This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix .NET Core Sdk preview2.1 with .NET Core 1.1 (#49)
- add preview2.1 templates - use .net 1.1 for dotnet-compile-fsc - use .net core 1.1 in test and dotnet-compile-fsc preview2.1 - in test suite use `dotnet test`+xunit instead of msbuild scripts - use only nuget.org for build of src/test. use nuget.org + devfeed for running test (temporary)
- Loading branch information
1 parent
41f6a42
commit 717a9ed
Showing
223 changed files
with
7,093 additions
and
25,126 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"version": "1.0.0-*", | ||
"buildOptions": { | ||
"debugType": "portable", | ||
"emitEntryPoint": true, | ||
"compilerName": "fsc", | ||
"compile": { | ||
"includeFiles": [ | ||
"Program.fs" | ||
] | ||
} | ||
}, | ||
"tools": { | ||
"dotnet-compile-fsc": "1.0.0-preview2.1-*" | ||
}, | ||
"frameworks": { | ||
"netcoreapp1.1": { | ||
"dependencies": { | ||
"Microsoft.NETCore.App": { | ||
"type": "platform", | ||
"version": "1.1.0" | ||
}, | ||
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160629" | ||
} | ||
} | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"version": "1.0.0-*", | ||
"buildOptions": { | ||
"debugType": "portable", | ||
"compilerName": "fsc", | ||
"compile": { | ||
"includeFiles": [ | ||
"Library.fs" | ||
] | ||
} | ||
}, | ||
"tools": { | ||
"dotnet-compile-fsc": "1.0.0-preview2.1-*" | ||
}, | ||
"frameworks": { | ||
"netstandard1.6": { | ||
"dependencies": { | ||
"NETStandard.Library": "1.6.1", | ||
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160629" | ||
} | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
examples/preview3/console-crossgen/ExampleConsoleApp.fsproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.