Skip to content

Commit e41441a

Browse files
committed
use netcore sdk preview1
1 parent cc00844 commit e41441a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/fsharp/FSharp.Compiler.Service.ProjectCracker.netcore/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"tools": {
6363
"dotnet-compile-fsc": {
64-
"version": "1.0.0-rc2-*",
64+
"version": "1.0.0-preview1-*",
6565
"imports": [
6666
"dnxcore50",
6767
"portable-net45+win81",

src/fsharp/FSharp.Compiler.Service.netcore/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
"tools": {
291291
"dotnet-fssrgen": "3.0.1",
292292
"dotnet-compile-fsc": {
293-
"version": "1.0.0-rc2-*",
293+
"version": "1.0.0-preview1-*",
294294
"imports": [
295295
"dnxcore50",
296296
"portable-net45+win81",

0 commit comments

Comments
 (0)