Update dependencies from https://github.com/dotnet/runtime build 20200514.1 (#7477)
Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref From Version 5.0.0-preview.6.20263.7 -> To Version 5.0.0-preview.6.20264.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
parent
19f450c831
commit
aafa33f527
2 changed files with 18 additions and 18 deletions
|
@ -13,25 +13,25 @@
|
|||
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
|
||||
<Sha>e72a570e42d13443814d26796606aa8f7f9fa678</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-preview.6.20263.7">
|
||||
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-preview.6.20264.1">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>5859dadf20a9dae44624e0a79e48f1b3f1f26a0a</Sha>
|
||||
<Sha>bdd7235c43d762cea051cfc2071e14de48175f0c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-preview.6.20263.7">
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-preview.6.20264.1">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>5859dadf20a9dae44624e0a79e48f1b3f1f26a0a</Sha>
|
||||
<Sha>bdd7235c43d762cea051cfc2071e14de48175f0c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-preview.6.20263.7">
|
||||
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-preview.6.20264.1">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>5859dadf20a9dae44624e0a79e48f1b3f1f26a0a</Sha>
|
||||
<Sha>bdd7235c43d762cea051cfc2071e14de48175f0c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-preview.6.20263.7">
|
||||
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-preview.6.20264.1">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>5859dadf20a9dae44624e0a79e48f1b3f1f26a0a</Sha>
|
||||
<Sha>bdd7235c43d762cea051cfc2071e14de48175f0c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-preview.6.20263.7">
|
||||
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-preview.6.20264.1">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>5859dadf20a9dae44624e0a79e48f1b3f1f26a0a</Sha>
|
||||
<Sha>bdd7235c43d762cea051cfc2071e14de48175f0c</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.6.20263.7">
|
||||
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-preview.6.20264.1">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>5859dadf20a9dae44624e0a79e48f1b3f1f26a0a</Sha>
|
||||
<Sha>bdd7235c43d762cea051cfc2071e14de48175f0c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-preview.5.20255.6">
|
||||
<Uri>https://github.com/dotnet/aspnetcore</Uri>
|
||||
|
|
|
@ -56,15 +56,15 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/corefx -->
|
||||
<MicrosoftNETCorePlatformsPackageVersion>5.0.0-preview.6.20263.7</MicrosoftNETCorePlatformsPackageVersion>
|
||||
<MicrosoftNETCorePlatformsPackageVersion>5.0.0-preview.6.20264.1</MicrosoftNETCorePlatformsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/core-setup -->
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-preview.6.20263.7</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-preview.6.20263.7</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-preview.6.20263.7</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-preview.6.20263.7</MicrosoftNETCoreAppRefPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-preview.6.20263.7</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-preview.6.20264.1</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-preview.6.20264.1</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-preview.6.20264.1</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-preview.6.20264.1</MicrosoftNETCoreAppRefPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-preview.6.20264.1</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue