Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDotNet Bot <dn-bot@microsoft.com>2022-03-18 02:25:32 +0300
committerDotNet Bot <dn-bot@microsoft.com>2022-03-18 02:25:32 +0300
commit5a129191c1a59ef35c9b4c5a04de71ab111c28d2 (patch)
treee6e7966afd1486187cc6dac3a95eb6d1ce939e82
parented16ac2ab8d8966b67c2078ff97491efb0d95ec0 (diff)
[internal/release/5.0] Update dependencies from dnceng/internal/dotnet-runtimev5.0.16
-rw-r--r--NuGet.config2
-rw-r--r--eng/Version.Details.xml12
-rw-r--r--eng/Versions.props6
3 files changed, 11 insertions, 9 deletions
diff --git a/NuGet.config b/NuGet.config
index 1998a08f13..5284a0a9ee 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -7,6 +7,7 @@
<add key="darc-int-dotnet-efcore-862a10c" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-862a10c8/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-efcore -->
<!-- Begin: Package sources from dotnet-runtime -->
+ <add key="darc-int-dotnet-runtime-1016676" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-10166769/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" />
@@ -24,6 +25,7 @@
<add key="darc-int-dotnet-efcore-862a10c" value="true" />
<!-- End: Package sources from dotnet-efcore -->
<!-- Begin: Package sources from dotnet-runtime -->
+ <add key="darc-int-dotnet-runtime-1016676" value="true" />
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
</disabledPackageSources>
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index b91922e37b..18cd735945 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -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.15">
+ <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.16">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
- <Sha>3065735be79d6b7d17e8e3a723115810b43c9b3a</Sha>
+ <Sha>101667696659492d5cfbc662ffb05f54eb4dbc48</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.15-servicing.22115.6">
+ <Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.16-servicing.22167.5">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
- <Sha>3065735be79d6b7d17e8e3a723115810b43c9b3a</Sha>
+ <Sha>101667696659492d5cfbc662ffb05f54eb4dbc48</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="5.0.15-servicing.22115.6">
+ <Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="5.0.16-servicing.22167.5">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
- <Sha>3065735be79d6b7d17e8e3a723115810b43c9b3a</Sha>
+ <Sha>101667696659492d5cfbc662ffb05f54eb4dbc48</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
diff --git a/eng/Versions.props b/eng/Versions.props
index 32eea2ac9b..cd7768bfa9 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -59,10 +59,10 @@
<PropertyGroup Label="Automated">
<!-- Packages from dotnet/runtime -->
<MicrosoftExtensionsDependencyModelPackageVersion>5.0.0</MicrosoftExtensionsDependencyModelPackageVersion>
- <MicrosoftNETCoreAppInternalPackageVersion>5.0.15-servicing.22115.6</MicrosoftNETCoreAppInternalPackageVersion>
+ <MicrosoftNETCoreAppInternalPackageVersion>5.0.16-servicing.22167.5</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>5.0.0</MicrosoftNETCoreAppRefPackageVersion>
- <MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.15</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
- <MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>5.0.15-servicing.22115.6</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>
+ <MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.16</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
+ <MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>5.0.16-servicing.22167.5</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion>
<MicrosoftWin32RegistryPackageVersion>5.0.0</MicrosoftWin32RegistryPackageVersion>
<MicrosoftWin32SystemEventsPackageVersion>5.0.0</MicrosoftWin32SystemEventsPackageVersion>
<MicrosoftExtensionsCachingAbstractionsPackageVersion>5.0.0</MicrosoftExtensionsCachingAbstractionsPackageVersion>