Fixing F# template project.json

Two changes:
1. Moving from netstandard1.5 to netcoreapp1.0
2. Fixing the version of F# netcore package
This commit is contained in:
Zlatko Knezevic 2016-06-09 08:17:45 -07:00
parent 85e4ed2b74
commit 4b1735bdaf

View file

@ -10,7 +10,7 @@
}
},
"dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160316"
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160509"
},
"tools": {
"dotnet-compile-fsc": {
@ -23,7 +23,7 @@
}
},
"frameworks": {
"netstandard1.5": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",