Update corefx version to 25218-01 (#3383)
This commit is contained in:
Родитель
56fbbf80f1
Коммит
084aae7321
|
@ -105,7 +105,7 @@
|
|||
<IntermediateOutputRootPath Condition="'$(IntermediateOutputRootPath)' == ''">$(BaseIntermediateOutputPath)$(OSPlatformConfig)\</IntermediateOutputRootPath>
|
||||
<IntermediateOutputPath Condition="'$(IntermediateOutputPath)' == ''">$(IntermediateOutputRootPath)$(MSBuildProjectName)\</IntermediateOutputPath>
|
||||
<AotPackageReferencePath Condition="'$(AotPackageReferencePath)'==''">$(IntermediateOutputRootPath)\CoreRTRef</AotPackageReferencePath>
|
||||
<EcmaMetadataDllPath Condition="'$(EcmaMetadataDllPath)'==''">$(PackagesDir)/runtime.win10-x64-aot.Microsoft.Private.CoreFx.UAP/4.4.0-preview1-25210-01/runtimes/win10-x64-aot/lib/uap10.1</EcmaMetadataDllPath>
|
||||
<EcmaMetadataDllPath Condition="'$(EcmaMetadataDllPath)'==''">$(PackagesDir)/runtime.win10-x64-aot.Microsoft.Private.CoreFx.UAP/4.4.0-preview1-25218-01/runtimes/win10-x64-aot/lib/uap10.1</EcmaMetadataDllPath>
|
||||
|
||||
<TestPath Condition="'$(TestPath)'==''">$(TestWorkingDir)$(OSPlatformConfig)\$(MSBuildProjectName)\</TestPath>
|
||||
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
"frameworks": {
|
||||
"netcoreapp2.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-preview1-25210-01",
|
||||
"Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-preview1-25218-01",
|
||||
|
||||
"System.Memory": "4.4.0-preview1-25210-01",
|
||||
"System.Runtime.CompilerServices.Unsafe": "4.4.0-preview1-25210-01",
|
||||
"System.Memory": "4.4.0-preview1-25218-01",
|
||||
"System.Runtime.CompilerServices.Unsafe": "4.4.0-preview1-25218-01",
|
||||
|
||||
"Microsoft.NETCore.Native": "2.0.0-beta-25021-03"
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<StaticLibExt Condition="'$(OsEnvironment)'=='Windows_NT'">lib</StaticLibExt>
|
||||
<StaticLibExt Condition="'$(OsEnvironment)'!='Windows_NT'">a</StaticLibExt>
|
||||
|
||||
<CoreFxPackageVersion>4.4.0-preview1-25210-01</CoreFxPackageVersion>
|
||||
<CoreFxPackageVersion>4.4.0-preview1-25218-01</CoreFxPackageVersion>
|
||||
<CoreFxNuPkgRid Condition="'$(OSGroup)'=='OSX'">osx-x64</CoreFxNuPkgRid>
|
||||
<CoreFxNuPkgRid Condition="'$(CoreFxNuPkgRid)'==''">$(NuPkgRid)</CoreFxNuPkgRid>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"frameworks": {
|
||||
"uap10.1": {
|
||||
"dependencies": {
|
||||
"runtime.win10-x64-aot.Microsoft.Private.CoreFx.UAP": "4.4.0-preview1-25210-01"
|
||||
"runtime.win10-x64-aot.Microsoft.Private.CoreFx.UAP": "4.4.0-preview1-25218-01"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче