Move to netstandard1.6
This is needed because DependencyModel uses the AppContext.GetData API, which is only available in netstandard1.6 as of CoreFX build rc3-24126.
This commit is contained in:
parent
409ccb2c9c
commit
08a3ffe3aa
13 changed files with 20 additions and 20 deletions
|
@ -6,7 +6,7 @@
|
|||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandard1.5": {
|
||||
"netstandard1.6": {
|
||||
"imports": "dnxcore50",
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": "1.0.0-rc3-004312"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.5.0-rc3-24126-00",
|
||||
"Microsoft.NETCore.App": "1.0.0-rc3-004312",
|
||||
"Microsoft.CSharp": "4.0.1-rc3-24126-00",
|
||||
"System.Dynamic.Runtime": "4.0.11-rc3-24126-00",
|
||||
"System.Reflection.Metadata": "1.3.0-rc3-24126-00",
|
||||
|
|
|
@ -125,7 +125,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
IsApplicable = true,
|
||||
VersionSuffix = s_testPackageBuildVersionSuffix,
|
||||
Clean = false,
|
||||
Frameworks = new [] { "net451", "netstandard1.5" }
|
||||
Frameworks = new [] { "net451", "netstandard1.6" }
|
||||
},
|
||||
new TestPackageProject()
|
||||
{
|
||||
|
@ -135,7 +135,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
IsApplicable = true,
|
||||
VersionSuffix = s_testPackageBuildVersionSuffix,
|
||||
Clean = false,
|
||||
Frameworks = new [] { "net451", "netstandard1.5" }
|
||||
Frameworks = new [] { "net451", "netstandard1.6" }
|
||||
},
|
||||
new TestPackageProject()
|
||||
{
|
||||
|
@ -145,7 +145,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
IsApplicable = true,
|
||||
VersionSuffix = s_testPackageBuildVersionSuffix,
|
||||
Clean = false,
|
||||
Frameworks = new [] { "netstandard1.5" }
|
||||
Frameworks = new [] { "netstandard1.6" }
|
||||
},
|
||||
new TestPackageProject()
|
||||
{
|
||||
|
@ -155,7 +155,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
IsApplicable =true,
|
||||
VersionSuffix = s_testPackageBuildVersionSuffix,
|
||||
Clean = false,
|
||||
Frameworks = new [] { "netstandard1.5" }
|
||||
Frameworks = new [] { "netstandard1.6" }
|
||||
},
|
||||
new TestPackageProject()
|
||||
{
|
||||
|
@ -175,7 +175,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
IsApplicable = true,
|
||||
VersionSuffix = s_testPackageBuildVersionSuffix,
|
||||
Clean = false,
|
||||
Frameworks = new [] { "net451", "netstandard1.5" }
|
||||
Frameworks = new [] { "net451", "netstandard1.6" }
|
||||
},
|
||||
new TestPackageProject()
|
||||
{
|
||||
|
@ -185,7 +185,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
IsApplicable = true,
|
||||
VersionSuffix = s_testPackageBuildVersionSuffix,
|
||||
Clean = false,
|
||||
Frameworks = new [] { "net451", "netstandard1.5" }
|
||||
Frameworks = new [] { "net451", "netstandard1.6" }
|
||||
},
|
||||
new TestPackageProject()
|
||||
{
|
||||
|
@ -195,7 +195,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
IsApplicable = true,
|
||||
VersionSuffix = s_testPackageBuildVersionSuffix,
|
||||
Clean = false,
|
||||
Frameworks = new [] { "netstandard1.5" }
|
||||
Frameworks = new [] { "netstandard1.6" }
|
||||
},
|
||||
new TestPackageProject()
|
||||
{
|
||||
|
@ -205,7 +205,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
IsApplicable = true,
|
||||
VersionSuffix = s_testPackageBuildVersionSuffix,
|
||||
Clean = false,
|
||||
Frameworks = new [] { "netstandard1.5" }
|
||||
Frameworks = new [] { "netstandard1.6" }
|
||||
},
|
||||
new TestPackageProject()
|
||||
{
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"netstandard1.5": {
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net45+wp80+win8+wpa81+dnxcore50"
|
||||
],
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"netstandard1.5": {
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net45+wp80+win8+wpa81+dnxcore50"
|
||||
]
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"netstandard1.5": {
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net45+wp80+win8+wpa81+dnxcore50"
|
||||
]
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"System.Runtime.Loader": "4.0.0-rc3-24126-00"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandard1.5": {
|
||||
"netstandard1.6": {
|
||||
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"netstandard1.5": {
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net45+wp80+win8+wpa81+dnxcore50",
|
||||
"portable-net45+win8"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"netstandard1.5": {
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net45+wp80+win8+wpa81+dnxcore50",
|
||||
"dotnet5.4"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandard1.5": {
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net45+wp80+win8+wpa81+dnxcore50"
|
||||
]
|
||||
|
|
|
@ -20,7 +20,7 @@ namespace Microsoft.Extensions.DependencyModel
|
|||
|
||||
private static DependencyContextPaths GetCurrent()
|
||||
{
|
||||
#if NETSTANDARD1_5
|
||||
#if NETSTANDARD1_6
|
||||
var deps = AppContext.GetData(DepsFilesProperty);
|
||||
#else
|
||||
var deps = AppDomain.CurrentDomain.GetData(DepsFilesProperty);
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.5": {
|
||||
"netstandard1.6": {
|
||||
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50",
|
||||
"dependencies": {
|
||||
"System.Diagnostics.Debug": "4.0.11-rc3-24126-00",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.5": {
|
||||
"netstandard1.6": {
|
||||
"imports": [
|
||||
"portable-net45+wp80+win8+wpa81+dnxcore50",
|
||||
"portable-net45+win8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue