[master] Update dependencies from dotnet/core-setup (#5495)
* Update dependencies from https://github.com/dotnet/core-setup build 20191102.7 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19552.7 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19552.7 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19552.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19552.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.7 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19552.5 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/core-setup build 20191103.4 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19553.4 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19553.4 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19553.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19553.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.4 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19552.6 (parent: Microsoft.NetCore.App.Internal)
This commit is contained in:
parent
3899ca54bd
commit
1869d27a41
2 changed files with 18 additions and 18 deletions
|
@ -13,25 +13,25 @@
|
|||
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
|
||||
<Sha>3948d5ac4b580d5ece399bcfddab1f3041b95d5b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-alpha.1.19552.3">
|
||||
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-alpha.1.19553.4">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>a2d3f0a848eeda14d784066d27fbef3ea5a84b4a</Sha>
|
||||
<Sha>03cc30ce0dc565a4f9a78ac48dd4dc987d51e153</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-alpha.1.19552.3">
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-alpha.1.19553.4">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>a2d3f0a848eeda14d784066d27fbef3ea5a84b4a</Sha>
|
||||
<Sha>03cc30ce0dc565a4f9a78ac48dd4dc987d51e153</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-alpha.1.19552.3">
|
||||
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-alpha.1.19553.4">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>a2d3f0a848eeda14d784066d27fbef3ea5a84b4a</Sha>
|
||||
<Sha>03cc30ce0dc565a4f9a78ac48dd4dc987d51e153</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-alpha.1.19552.3">
|
||||
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-alpha.1.19553.4">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>a2d3f0a848eeda14d784066d27fbef3ea5a84b4a</Sha>
|
||||
<Sha>03cc30ce0dc565a4f9a78ac48dd4dc987d51e153</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-alpha.1.19552.3">
|
||||
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-alpha.1.19553.4">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>a2d3f0a848eeda14d784066d27fbef3ea5a84b4a</Sha>
|
||||
<Sha>03cc30ce0dc565a4f9a78ac48dd4dc987d51e153</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-alpha.1.19552.1" CoherentParentDependency="Microsoft.NetCore.App.Internal">
|
||||
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-alpha.1.19552.6" CoherentParentDependency="Microsoft.NetCore.App.Internal">
|
||||
<Uri>https://github.com/dotnet/corefx</Uri>
|
||||
<Sha>59b691296d29c392a3fe10ca8f590c0b8233ff0b</Sha>
|
||||
<Sha>bfaed4d48a921a339f9691c74425bec9d2f760a1</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-alpha1.19553.1">
|
||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
|
|
|
@ -58,15 +58,15 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/corefx -->
|
||||
<MicrosoftNETCorePlatformsPackageVersion>5.0.0-alpha.1.19552.1</MicrosoftNETCorePlatformsPackageVersion>
|
||||
<MicrosoftNETCorePlatformsPackageVersion>5.0.0-alpha.1.19552.6</MicrosoftNETCorePlatformsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/core-setup -->
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-alpha.1.19552.3</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-alpha.1.19552.3</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-alpha.1.19552.3</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-alpha.1.19552.3</MicrosoftNETCoreAppRefPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-alpha.1.19552.3</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-alpha.1.19553.4</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-alpha.1.19553.4</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-alpha.1.19553.4</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-alpha.1.19553.4</MicrosoftNETCoreAppRefPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-alpha.1.19553.4</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue