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:
parent
85e4ed2b74
commit
4b1735bdaf
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue