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

@ -6,11 +6,9 @@
"dependencies": {
"L11": "1.0.0-*",
"L12": "1.0.0-*",
"NETStandard.Library": "1.5.0-rc2-24018"
"Microsoft.NETCore.App": "1.0.0-rc2-*"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
"netcoreapp1.0": { }
}
}

View file

@ -3,10 +3,10 @@
"dependencies": {
"L12": "1.0.0-*",
"L21": "1.0.0-*",
"NETStandard.Library": "1.5.0-rc2-24018"
"Microsoft.NETCore.App": "1.0.0-rc2-*"
},
"frameworks": {
"netstandardapp1.5": {
"netstandard1.5": {
"imports": "dnxcore50"
}
}

View file

@ -2,10 +2,10 @@
"version": "1.0.0-*",
"dependencies": {
"L22": "1.0.0-*",
"NETStandard.Library": "1.5.0-rc2-24018"
"Microsoft.NETCore.App": "1.0.0-rc2-*"
},
"frameworks": {
"netstandardapp1.5": {
"netstandard1.5": {
"imports": "dnxcore50"
}
}

View file

@ -1,10 +1,10 @@
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24018"
"Microsoft.NETCore.App": "1.0.0-rc2-*"
},
"frameworks": {
"netstandardapp1.5": {
"netstandard1.5": {
"imports": "dnxcore50"
}
}

View file

@ -1,10 +1,10 @@
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24018"
"Microsoft.NETCore.App": "1.0.0-rc2-*"
},
"frameworks": {
"netstandardapp1.5": {
"netstandard1.5": {
"imports": "dnxcore50"
}
}