dotnet-compile-fsc bump to latest

This commit is contained in:
Bryan Thornbury 2016-06-14 03:31:22 -07:00
parent 277b2e7a0d
commit 9e97d0400c
6 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@
} }
}, },
"dependencies": { "dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160509",
"Microsoft.NETCore.App": "1.0.0" "Microsoft.NETCore.App": "1.0.0"
}, },
"tools": { "tools": {

View file

@ -15,7 +15,7 @@
"target": "project" "target": "project"
}, },
"Microsoft.NETCore.App": "1.0.0", "Microsoft.NETCore.App": "1.0.0",
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221" "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160509"
}, },
"tools": { "tools": {
"dotnet-compile-fsc": { "dotnet-compile-fsc": {

View file

@ -10,7 +10,7 @@
} }
}, },
"dependencies": { "dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160509",
"Microsoft.NETCore.App": "1.0.0" "Microsoft.NETCore.App": "1.0.0"
}, },
"tools": { "tools": {

View file

@ -1,7 +1,7 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160509",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.0"
}, },
"tools": { "tools": {

View file

@ -12,7 +12,7 @@
} }
}, },
"dependencies": { "dependencies": {
"Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-160318", "Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-160509",
"Microsoft.DotNet.ProjectModel": { "Microsoft.DotNet.ProjectModel": {
"target": "project" "target": "project"
}, },

View file

@ -14,7 +14,7 @@
}, },
"tools": { "tools": {
"dotnet-compile-fsc": { "dotnet-compile-fsc": {
"version": "1.0.0-*", "version": "1.0.0-preview2-*",
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
"portable-net45+win81", "portable-net45+win81",