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