Update corefx to latest (#4356)
This commit is contained in:
Родитель
9e43252046
Коммит
5aca61df65
|
@ -2,7 +2,7 @@
|
|||
<PropertyGroup>
|
||||
<RyuJITVersion>2.1.0-preview2-25613-02</RyuJITVersion>
|
||||
<ObjectWriterVersion>1.0.19-prerelease-00001</ObjectWriterVersion>
|
||||
<CoreFXVersion>4.5.0-preview2-25510-01</CoreFXVersion>
|
||||
<CoreFXVersion>4.5.0-preview2-25621-02</CoreFXVersion>
|
||||
<MicrosoftNETCoreNativeVersion>2.0.0-beta-25021-03</MicrosoftNETCoreNativeVersion>
|
||||
<MicrosoftNETCoreAppPackageVersion>2.0.0-preview2-25312-01</MicrosoftNETCoreAppPackageVersion>
|
||||
<XunitNetcoreExtensionsVersion>1.0.1-prerelease-01616-05</XunitNetcoreExtensionsVersion>
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<NuGetTargetMoniker>.NETCoreApp,Version=v2.0</NuGetTargetMoniker>
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
<NuGetTargetMoniker>.NETCoreApp,Version=v2.1</NuGetTargetMoniker>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<RuntimeIdentifiers>$(NuPkgRid)</RuntimeIdentifiers>
|
||||
<RuntimeIdentifiers Condition="$(NuPkgRid.StartsWith('osx.'))">osx-x64</RuntimeIdentifiers>
|
||||
<RuntimeIdentifiers Condition="$(NuPkgRid.StartsWith('ubuntu.'))">linux-x64</RuntimeIdentifiers>
|
||||
|
|
Загрузка…
Ссылка в новой задаче