Update dependencies from https://github.com/dotnet/core-setup build 20191031.5 (#5436)
- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19531.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19531.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19531.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19531.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19531.5 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.2 (parent: Microsoft.NetCore.App.Internal)
This commit is contained in:
parent
fecf3c0683
commit
48b2b33401
2 changed files with 18 additions and 18 deletions
|
@ -13,25 +13,25 @@
|
|||
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
|
||||
<Sha>902a8afbf96ea9523be2baef45d1d9d32243e831</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-alpha.1.19531.1">
|
||||
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-alpha.1.19531.5">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>d46df3150273bacb107a77aeed18c8c3085f4c73</Sha>
|
||||
<Sha>70e8814a441fd541bf3f99cda86b979e9c5ec31f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-alpha.1.19531.1">
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-alpha.1.19531.5">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>d46df3150273bacb107a77aeed18c8c3085f4c73</Sha>
|
||||
<Sha>70e8814a441fd541bf3f99cda86b979e9c5ec31f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-alpha.1.19531.1">
|
||||
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-alpha.1.19531.5">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>d46df3150273bacb107a77aeed18c8c3085f4c73</Sha>
|
||||
<Sha>70e8814a441fd541bf3f99cda86b979e9c5ec31f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-alpha.1.19531.1">
|
||||
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-alpha.1.19531.5">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>d46df3150273bacb107a77aeed18c8c3085f4c73</Sha>
|
||||
<Sha>70e8814a441fd541bf3f99cda86b979e9c5ec31f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-alpha.1.19531.1">
|
||||
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-alpha.1.19531.5">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>d46df3150273bacb107a77aeed18c8c3085f4c73</Sha>
|
||||
<Sha>70e8814a441fd541bf3f99cda86b979e9c5ec31f</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.19530.14" CoherentParentDependency="Microsoft.NetCore.App.Internal">
|
||||
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-alpha.1.19531.2" CoherentParentDependency="Microsoft.NetCore.App.Internal">
|
||||
<Uri>https://github.com/dotnet/corefx</Uri>
|
||||
<Sha>51686cbf80a980f187a144fa02cf3730ef16ba00</Sha>
|
||||
<Sha>4ae4147bc525010fd96a36c121555e17cd4473ef</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-alpha1.19530.2">
|
||||
<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.19530.14</MicrosoftNETCorePlatformsPackageVersion>
|
||||
<MicrosoftNETCorePlatformsPackageVersion>5.0.0-alpha.1.19531.2</MicrosoftNETCorePlatformsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/core-setup -->
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-alpha.1.19531.1</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-alpha.1.19531.1</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-alpha.1.19531.1</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-alpha.1.19531.1</MicrosoftNETCoreAppRefPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-alpha.1.19531.1</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-alpha.1.19531.5</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-alpha.1.19531.5</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-alpha.1.19531.5</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-alpha.1.19531.5</MicrosoftNETCoreAppRefPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-alpha.1.19531.5</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue