Skip to content

Commit 33a2f0a

Browse files
committed
[internal/release/5.0] Update dependencies from dnceng/internal/dotnet-runtime
1 parent 707896a commit 33a2f0a

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

NuGet.config

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
<configuration>
33
<packageSources>
44
<clear />
5+
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6+
<!-- Begin: Package sources from dotnet-runtime -->
7+
<add key="darc-int-dotnet-runtime-20e6fee" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-20e6feed/nuget/v3/index.json" />
8+
<!-- End: Package sources from dotnet-runtime -->
9+
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
510
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
611
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
712
<add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
@@ -10,7 +15,10 @@
1015
</packageSources>
1116
<disabledPackageSources>
1217
<clear />
18+
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1319
<!-- Begin: Package sources from dotnet-runtime -->
20+
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
21+
<add key="darc-int-dotnet-runtime-20e6fee" value="true" />
1422
<add key="darc-int-dotnet-runtime-cb5f173" value="true" />
1523
<!-- End: Package sources from dotnet-runtime -->
1624
</disabledPackageSources>

eng/Version.Details.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<Uri>https://github.com/dotnet/runtime</Uri>
2222
<Sha>cf258a14b70ad9069470a108f13765e0e5988f51</Sha>
2323
</Dependency>
24-
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="5.0.1">
25-
<Uri>https://github.com/dotnet/runtime</Uri>
26-
<Sha>b02e13abab3d6f499751af2ad1ae6333fb4e633d</Sha>
24+
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="5.0.2">
25+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
26+
<Sha>20e6feedb15c568c5dd1dac885e3c6b71309543c</Sha>
2727
</Dependency>
2828
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="5.0.0">
2929
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<MicrosoftExtensionsConfigurationAbstractionsVersion>5.0.0</MicrosoftExtensionsConfigurationAbstractionsVersion>
2323
<MicrosoftExtensionsConfigurationEnvironmentVariablesVersion>5.0.0</MicrosoftExtensionsConfigurationEnvironmentVariablesVersion>
2424
<MicrosoftExtensionsConfigurationJsonVersion>5.0.0</MicrosoftExtensionsConfigurationJsonVersion>
25-
<MicrosoftExtensionsDependencyInjectionVersion>5.0.1</MicrosoftExtensionsDependencyInjectionVersion>
25+
<MicrosoftExtensionsDependencyInjectionVersion>5.0.2</MicrosoftExtensionsDependencyInjectionVersion>
2626
<MicrosoftExtensionsDependencyModelVersion>5.0.0</MicrosoftExtensionsDependencyModelVersion>
2727
<MicrosoftExtensionsHostFactoryResolverSourcesVersion>5.0.0-rtm.20519.4</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
2828
<MicrosoftExtensionsLoggingVersion>5.0.0</MicrosoftExtensionsLoggingVersion>

0 commit comments

Comments
 (0)