t Convert Test Assets to Microsoft.NETCore.App

fix dotnet-compile-fsc failures

fix test failures
This commit is contained in:
Bryan Thornbury 2016-04-12 17:29:07 -07:00
parent b682ab1d4f
commit 83d78129db
125 changed files with 483 additions and 492 deletions

View file

@ -9,7 +9,7 @@
],
"dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
"NETStandard.Library": "1.5.0-rc2-24018"
"Microsoft.NETCore.App": "1.0.0-rc2-*"
},
"tools": {
"dotnet-compile-fsc": {
@ -22,7 +22,7 @@
}
},
"frameworks": {
"netstandardapp1.5": {
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"netstandard1.3"

View file

@ -12,7 +12,7 @@
"version": "1.0.0-*",
"target": "project"
},
"NETStandard.Library": "1.5.0-rc2-24018",
"Microsoft.NETCore.App": "1.0.0-rc2-*",
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221"
},
"tools": {
@ -26,7 +26,7 @@
}
},
"frameworks": {
"netstandardapp1.5": {
"netcoreapp1.0": {
"imports": "dnxcore50"
}
}

View file

@ -9,7 +9,7 @@
],
"dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
"NETStandard.Library": "1.5.0-rc2-24018"
"Microsoft.NETCore.App": "1.0.0-rc2-*"
},
"tools": {
"dotnet-compile-fsc": {
@ -22,7 +22,7 @@
}
},
"frameworks": {
"netstandardapp1.5": {
"netcoreapp1.0": {
"imports": "dnxcore50"
}
}

View file

@ -20,7 +20,7 @@
}
},
"frameworks": {
"netstandardapp1.5": {
"netcoreapp1.0": {
"imports": "dnxcore50"
}
}