Update dependencies from https://github.com/dotnet/runtime build 20200212.12 (#6366)
- Microsoft.NETCore.Platforms - 5.0.0-preview.1.20112.12 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.1.20112.12 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.1.20112.12 - Microsoft.NETCore.App.Internal - 5.0.0-preview.1.20112.12 - Microsoft.NETCore.App.Ref - 5.0.0-preview.1.20112.12 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.1.20112.12
This commit is contained in:
parent
dbe73a9849
commit
049a2f0fda
2 changed files with 18 additions and 18 deletions
|
@ -13,25 +13,25 @@
|
|||
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
|
||||
<Sha>c7a1294fac9ca026100522f7736101bfbdf352f5</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-preview.1.20112.8">
|
||||
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-preview.1.20112.12">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f</Sha>
|
||||
<Sha>3158b52d4ef4d0d339084fcf667e03a37224fb8f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-preview.1.20112.8">
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-preview.1.20112.12">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f</Sha>
|
||||
<Sha>3158b52d4ef4d0d339084fcf667e03a37224fb8f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-preview.1.20112.8">
|
||||
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-preview.1.20112.12">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f</Sha>
|
||||
<Sha>3158b52d4ef4d0d339084fcf667e03a37224fb8f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-preview.1.20112.8">
|
||||
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-preview.1.20112.12">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f</Sha>
|
||||
<Sha>3158b52d4ef4d0d339084fcf667e03a37224fb8f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-preview.1.20112.8">
|
||||
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-preview.1.20112.12">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f</Sha>
|
||||
<Sha>3158b52d4ef4d0d339084fcf667e03a37224fb8f</Sha>
|
||||
</Dependency>
|
||||
<!-- Change blob version in GenerateLayout.targets if this is unpinned to service targeting pack -->
|
||||
<!-- No new netstandard.library planned for 3.1 timeframe at this time. -->
|
||||
|
@ -39,9 +39,9 @@
|
|||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>7d57652f33493fa022125b7f63aad0d70c52d810</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-preview.1.20112.8">
|
||||
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-preview.1.20112.12">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f</Sha>
|
||||
<Sha>3158b52d4ef4d0d339084fcf667e03a37224fb8f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-preview.1.20112.5">
|
||||
<Uri>https://github.com/dotnet/aspnetcore</Uri>
|
||||
|
|
|
@ -62,15 +62,15 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/corefx -->
|
||||
<MicrosoftNETCorePlatformsPackageVersion>5.0.0-preview.1.20112.8</MicrosoftNETCorePlatformsPackageVersion>
|
||||
<MicrosoftNETCorePlatformsPackageVersion>5.0.0-preview.1.20112.12</MicrosoftNETCorePlatformsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/core-setup -->
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-preview.1.20112.8</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-preview.1.20112.8</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-preview.1.20112.8</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-preview.1.20112.8</MicrosoftNETCoreAppRefPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-preview.1.20112.8</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-preview.1.20112.12</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-preview.1.20112.12</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-preview.1.20112.12</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-preview.1.20112.12</MicrosoftNETCoreAppRefPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-preview.1.20112.12</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue