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

This commit is contained in:
DotNet Bot 2021-02-10 17:52:10 +00:00
parent f39b67b084
commit 3da1f90d82
3 changed files with 11 additions and 26 deletions

View File

@ -4,10 +4,9 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-efcore -->
<add key="darc-int-dotnet-efcore-efc2924" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-efcore-efc2924e/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-efcore -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-d1e2874" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-d1e2874d/nuget/v3/index.json" />
<add key="darc-int-dotnet-runtime-8a5d98f" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-8a5d98fb/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" />
@ -20,22 +19,8 @@
</packageSources>
<disabledPackageSources>
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<add key="darc-int-dotnet-efcore-1ee6b62" value="true" />
<add key="darc-int-dotnet-runtime-cb5f173" value="true" />
<add key="darc-int-dotnet-efcore-8c89ec4" value="true" />
<add key="darc-int-dotnet-efcore-9322ea3" value="true" />
<add key="darc-int-dotnet-efcore-d5943e6" value="true" />
<add key="darc-int-dotnet-efcore-8741b87" value="true" />
<add key="darc-int-dotnet-efcore-ff5f100" value="true" />
<add key="darc-int-dotnet-runtime-f37e9a0" value="true" />
<add key="darc-int-dotnet-runtime-d070c3f" value="true" />
<add key="darc-int-dotnet-runtime-c37365f" value="true" />
<add key="darc-int-dotnet-runtime-75b9165" value="true" />
<add key="darc-int-dotnet-runtime-8552839" value="true" />
<add key="darc-int-dotnet-runtime-44db96a" value="true" />
<add key="darc-int-dotnet-runtime-fe8a2d0" value="true" />
<add key="darc-int-dotnet-runtime-eae88cc" value="true" />
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-8a5d98f" value="true" />
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="darc-int-dotnet-runtime-d1e2874" value="true" />
<add key="darc-int-dotnet-runtime-c636bbd" value="true" />

View File

@ -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.3">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.4">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>d1e2874de3956c618626ee46554a093f28a330e2</Sha>
<Sha>8a5d98fbfbc4ae88cc0889d0f9f4152f9f73f7a6</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.3-servicing.21103.12">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.4-servicing.21110.6">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>d1e2874de3956c618626ee46554a093f28a330e2</Sha>
<Sha>8a5d98fbfbc4ae88cc0889d0f9f4152f9f73f7a6</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="5.0.3-servicing.21103.12">
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="5.0.4-servicing.21110.6">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>d1e2874de3956c618626ee46554a093f28a330e2</Sha>
<Sha>8a5d98fbfbc4ae88cc0889d0f9f4152f9f73f7a6</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.3-servicing.21103.12</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>5.0.4-servicing.21110.6</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>5.0.0</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.3</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>5.0.3-servicing.21103.12</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.4</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>5.0.4-servicing.21110.6</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>
<MicrosoftWin32RegistryPackageVersion>5.0.0</MicrosoftWin32RegistryPackageVersion>
<MicrosoftWin32SystemEventsPackageVersion>5.0.0</MicrosoftWin32SystemEventsPackageVersion>
<MicrosoftExtensionsCachingAbstractionsPackageVersion>5.0.0</MicrosoftExtensionsCachingAbstractionsPackageVersion>