[internal/release/5.0] Update dependencies from dnceng/internal/dotnet-runtime

This commit is contained in:
DotNet Bot 2020-12-12 00:02:20 +00:00
parent 236ee6408e
commit 489d2cc201
3 changed files with 17 additions and 13 deletions

View File

@ -6,6 +6,9 @@
<!-- Begin: Package sources from dotnet-efcore -->
<add key="darc-int-dotnet-efcore-2f4f88a" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-efcore-2f4f88aa/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-efcore -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-728fdef" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-728fdef7/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
@ -19,6 +22,7 @@
<add key="darc-int-dotnet-runtime-681e2c3" value="true" />
<add key="darc-int-dotnet-runtime-aeea2ad" value="true" />
<add key="darc-int-dotnet-efcore-f21c0dd" value="true" />
<add key="darc-int-dotnet-runtime-728fdef" value="true" />
<!-- Begin: Package sources from dotnet-efcore -->
<add key="darc-int-dotnet-efcore-2f4f88a" value="true" />
<!-- End: Package sources from dotnet-efcore -->

View File

@ -270,9 +270,9 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>cf258a14b70ad9069470a108f13765e0e5988f51</Sha>
</Dependency>
<Dependency Name="System.Text.Json" Version="5.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>cf258a14b70ad9069470a108f13765e0e5988f51</Sha>
<Dependency Name="System.Text.Json" Version="5.0.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>728fdef7b4af7ea3be1913271d04be959dae4f0a</Sha>
</Dependency>
<Dependency Name="System.Threading.Channels" Version="5.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
@ -294,17 +294,17 @@
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
All Runtime.$rid packages should have the same version.
-->
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.1">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.2">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>aeea2adcd2799435d315fd80d3a6007dddbc55fe</Sha>
<Sha>728fdef7b4af7ea3be1913271d04be959dae4f0a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.1-servicing.20610.11">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.2-servicing.20611.9">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>aeea2adcd2799435d315fd80d3a6007dddbc55fe</Sha>
<Sha>728fdef7b4af7ea3be1913271d04be959dae4f0a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="5.0.1-servicing.20610.11">
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="5.0.2-servicing.20611.9">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>aeea2adcd2799435d315fd80d3a6007dddbc55fe</Sha>
<Sha>728fdef7b4af7ea3be1913271d04be959dae4f0a</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>

View File

@ -58,10 +58,10 @@
<PropertyGroup Label="Automated">
<!-- Packages from dotnet/runtime -->
<MicrosoftExtensionsDependencyModelPackageVersion>5.0.0</MicrosoftExtensionsDependencyModelPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>5.0.1-servicing.20610.11</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>5.0.2-servicing.20611.9</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>5.0.0</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.1</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>5.0.1-servicing.20610.11</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.2</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>5.0.2-servicing.20611.9</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>
<MicrosoftWin32RegistryPackageVersion>5.0.0</MicrosoftWin32RegistryPackageVersion>
<MicrosoftWin32SystemEventsPackageVersion>5.0.0</MicrosoftWin32SystemEventsPackageVersion>
<MicrosoftExtensionsCachingAbstractionsPackageVersion>5.0.0</MicrosoftExtensionsCachingAbstractionsPackageVersion>
@ -120,7 +120,7 @@
<SystemSecurityPrincipalWindowsPackageVersion>5.0.0</SystemSecurityPrincipalWindowsPackageVersion>
<SystemServiceProcessServiceControllerPackageVersion>5.0.0</SystemServiceProcessServiceControllerPackageVersion>
<SystemTextEncodingsWebPackageVersion>5.0.0</SystemTextEncodingsWebPackageVersion>
<SystemTextJsonPackageVersion>5.0.0</SystemTextJsonPackageVersion>
<SystemTextJsonPackageVersion>5.0.1</SystemTextJsonPackageVersion>
<SystemThreadingChannelsPackageVersion>5.0.0</SystemThreadingChannelsPackageVersion>
<SystemWindowsExtensionsPackageVersion>5.0.0</SystemWindowsExtensionsPackageVersion>
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->