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

@ -47,7 +47,7 @@ namespace Microsoft.Extensions.DependencyModel
Console.WriteLine($"Compilation {compilationLibrary.Name}:{Path.GetFileName(resolvedPath)}");
if (!File.Exists(resolvedPath))
{
Error($"Compilataion library resolved to non existent path {resolvedPath}");
Error($"Compilation library resolved to non existent path {resolvedPath}");
}
}
}

View file

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

View file

@ -5,12 +5,10 @@
"preserveCompilationContext": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24018",
"Microsoft.NETCore.App": "1.0.0-rc2-*",
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
"netcoreapp1.0": { "imports": ["dnxcore50", "portable-net45+win8"] }
}
}

View file

@ -4,12 +4,10 @@
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24018",
"Microsoft.NETCore.App": "1.0.0-rc2-*",
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
"netcoreapp1.0": { "imports": ["dnxcore50", "portable-net45+win8"] }
}
}

View file

@ -12,8 +12,6 @@
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"netstandard1.5": {
"imports": "dnxcore50"
}
"netcoreapp1.0": { "imports": ["dnxcore50", "portable-net45+win8"] }
}
}

View file

@ -11,8 +11,6 @@
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"netstandard1.5": {
"imports": "dnxcore50"
}
"netcoreapp1.0": { "imports": ["dnxcore50", "portable-net45+win8"] }
}
}