Skip to content

Commit 6761562

Browse files
maestro-prod-Primarymmitche
maestro-prod-Primary
authored andcommitted
Merged PR 43833: [internal/release/9.0] Update dependencies from dnceng/internal/dotnet-runtime
This pull request updates the following dependencies [marker]: <> (Begin:9dd82232-9947-4c91-873c-a50d5007af96) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: 9dd82232-9947-4c91-873c-a50d5007af96 - **Build**: 20241016.9 - **Date Produced**: October 17, 2024 1:00:24 AM UTC - **Commit**: 64edceb090bcd73e7f842a47b31b4fc865f48b08 - **Branch**: refs/heads/internal/release/9.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.Extensions.Caching.Memory**: [from 9.0.0-rtm.24516.5 to 9.0.0][1] - **Microsoft.Extensions.Configuration**: [from 9.0.0-rtm.24516.5 to 9.0.0][1] - **Microsoft.Extensions.Configuration.Abstractions**: [from 9.0.0-rtm.24516.5 to 9.0.0][1] - **Microsoft.Extensions.Configuration.EnvironmentVariables**: [from 9.0.0-rtm.24516.5 to 9.0.0][1] - **Microsoft.Extensions.Configuration.Json**: [from 9.0.0-rtm.24516.5 to 9.0.0][1] - **Microsoft.Extensions.DependencyInjection**: [from 9.0.0-rtm.24516.5 to 9.0.0][1] - **Microsoft.Extensions.DependencyModel**: [from 9.0.0-rtm.24516.5 to 9.0.0][1] - **Microsoft.Extensions.HostFactoryResolver.Sources**: [from 9.0.0-rtm.24516.5 to 9.0.0-rtm.24516.9][1] - **Microsoft.Extensions.Logging**: [from 9.0.0-rtm.24516.5 to 9.0.0][1] - **Microsoft.NETCore.App.Ref**: [from 9.0.0-rtm.24516.5 to 9.0.0][1] - **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.0-rtm.24516.5 to 9.0.0][1] - **System.Formats.Asn1**: [from 9.0.0-rtm.24516.5 to 9.0.0][1] - **System.Text.Encodings.Web**: [from 9.0.0-rtm.24516.5 to 9.0.0][1] - **System.Text.Json**: [from 9.0.0-rtm.24516.5 to 9.0.0][1] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC9305d7f71d73c1d1edeb2a06478c998e40deda8d&targetVersion=GC64edceb090bcd73e7f842a47b31b4fc865f48b08&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:9dd82232-9947-4c91-873c-a50d5007af96)
1 parent a2f51ed commit 6761562

File tree

3 files changed

+36
-35
lines changed

3 files changed

+36
-35
lines changed

NuGet.config

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-runtime -->
7-
<add key="darc-pub-dotnet-runtime-d398172" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-d3981726/nuget/v3/index.json" />
7+
<add key="darc-int-dotnet-runtime-64edceb" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-64edceb0/nuget/v3/index.json" />
88
<!-- End: Package sources from dotnet-runtime -->
99
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1010
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -21,6 +21,7 @@
2121
<clear />
2222
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2323
<!-- Begin: Package sources from dotnet-runtime -->
24+
<add key="darc-int-dotnet-runtime-64edceb" value="true" />
2425
<!-- End: Package sources from dotnet-runtime -->
2526
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2627
</disabledPackageSources>

eng/Version.Details.xml

+32-32
Original file line numberDiff line numberDiff line change
@@ -2,68 +2,68 @@
22
<Dependencies>
33
<ProductDependencies>
44
<Dependency Name="Microsoft.Extensions.Caching.Memory" Version="9.0.0">
5-
<Uri>https://github.com/dotnet/runtime</Uri>
6-
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
5+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
6+
<Sha>64edceb090bcd73e7f842a47b31b4fc865f48b08</Sha>
77
</Dependency>
88
<Dependency Name="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.0">
9-
<Uri>https://github.com/dotnet/runtime</Uri>
10-
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
9+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
10+
<Sha>64edceb090bcd73e7f842a47b31b4fc865f48b08</Sha>
1111
</Dependency>
1212
<Dependency Name="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.0">
13-
<Uri>https://github.com/dotnet/runtime</Uri>
14-
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
13+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
14+
<Sha>64edceb090bcd73e7f842a47b31b4fc865f48b08</Sha>
1515
</Dependency>
1616
<Dependency Name="Microsoft.Extensions.Configuration.Json" Version="9.0.0">
17-
<Uri>https://github.com/dotnet/runtime</Uri>
18-
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
17+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
18+
<Sha>64edceb090bcd73e7f842a47b31b4fc865f48b08</Sha>
1919
</Dependency>
2020
<Dependency Name="Microsoft.Extensions.Configuration" Version="9.0.0">
21-
<Uri>https://github.com/dotnet/runtime</Uri>
22-
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
21+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
22+
<Sha>64edceb090bcd73e7f842a47b31b4fc865f48b08</Sha>
2323
</Dependency>
2424
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="9.0.0">
25-
<Uri>https://github.com/dotnet/runtime</Uri>
26-
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
25+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
26+
<Sha>64edceb090bcd73e7f842a47b31b4fc865f48b08</Sha>
2727
</Dependency>
2828
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="9.0.0">
29-
<Uri>https://github.com/dotnet/runtime</Uri>
30-
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
29+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
30+
<Sha>64edceb090bcd73e7f842a47b31b4fc865f48b08</Sha>
3131
</Dependency>
32-
<Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="9.0.0-rtm.24516.10">
33-
<Uri>https://github.com/dotnet/runtime</Uri>
34-
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
32+
<Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="9.0.0-rtm.24516.9">
33+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
34+
<Sha>64edceb090bcd73e7f842a47b31b4fc865f48b08</Sha>
3535
</Dependency>
3636
<Dependency Name="Microsoft.Extensions.Logging" Version="9.0.0">
37-
<Uri>https://github.com/dotnet/runtime</Uri>
38-
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
37+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
38+
<Sha>64edceb090bcd73e7f842a47b31b4fc865f48b08</Sha>
3939
</Dependency>
4040
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.0">
41-
<Uri>https://github.com/dotnet/runtime</Uri>
42-
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
41+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
42+
<Sha>64edceb090bcd73e7f842a47b31b4fc865f48b08</Sha>
4343
</Dependency>
44-
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="9.0.0-rtm.24516.10">
45-
<Uri>https://github.com/dotnet/runtime</Uri>
46-
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
44+
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="9.0.0-rtm.24516.9">
45+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
46+
<Sha>64edceb090bcd73e7f842a47b31b4fc865f48b08</Sha>
4747
</Dependency>
4848
<!--
4949
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
5050
All Runtime.$rid packages should have the same version.
5151
-->
5252
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="9.0.0">
53-
<Uri>https://github.com/dotnet/runtime</Uri>
54-
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
53+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
54+
<Sha>64edceb090bcd73e7f842a47b31b4fc865f48b08</Sha>
5555
</Dependency>
5656
<Dependency Name="System.Text.Json" Version="9.0.0">
57-
<Uri>https://github.com/dotnet/runtime</Uri>
58-
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
57+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
58+
<Sha>64edceb090bcd73e7f842a47b31b4fc865f48b08</Sha>
5959
</Dependency>
6060
<Dependency Name="System.Text.Encodings.Web" Version="9.0.0">
61-
<Uri>https://github.com/dotnet/runtime</Uri>
62-
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
61+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
62+
<Sha>64edceb090bcd73e7f842a47b31b4fc865f48b08</Sha>
6363
</Dependency>
6464
<Dependency Name="System.Formats.Asn1" Version="9.0.0">
65-
<Uri>https://github.com/dotnet/runtime</Uri>
66-
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
65+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
66+
<Sha>64edceb090bcd73e7f842a47b31b4fc865f48b08</Sha>
6767
</Dependency>
6868
</ProductDependencies>
6969
<ToolsetDependencies>

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
<MicrosoftExtensionsConfigurationJsonVersion>9.0.0</MicrosoftExtensionsConfigurationJsonVersion>
2525
<MicrosoftExtensionsDependencyInjectionVersion>9.0.0</MicrosoftExtensionsDependencyInjectionVersion>
2626
<MicrosoftExtensionsDependencyModelVersion>9.0.0</MicrosoftExtensionsDependencyModelVersion>
27-
<MicrosoftExtensionsHostFactoryResolverSourcesVersion>9.0.0-rtm.24516.10</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
27+
<MicrosoftExtensionsHostFactoryResolverSourcesVersion>9.0.0-rtm.24516.9</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
2828
<MicrosoftExtensionsLoggingVersion>9.0.0</MicrosoftExtensionsLoggingVersion>
2929
<MicrosoftNETCoreAppRefVersion>9.0.0</MicrosoftNETCoreAppRefVersion>
3030
<MicrosoftNETCoreAppRuntimewinx64Version>9.0.0</MicrosoftNETCoreAppRuntimewinx64Version>
31-
<MicrosoftNETCoreBrowserDebugHostTransportVersion>9.0.0-rtm.24516.10</MicrosoftNETCoreBrowserDebugHostTransportVersion>
31+
<MicrosoftNETCoreBrowserDebugHostTransportVersion>9.0.0-rtm.24516.9</MicrosoftNETCoreBrowserDebugHostTransportVersion>
3232
<SystemTextEncodingsWebVersion>9.0.0</SystemTextEncodingsWebVersion>
3333
<SystemTextJsonVersion>9.0.0</SystemTextJsonVersion>
3434
<SystemFormatsAsn1Version>9.0.0</SystemFormatsAsn1Version>

0 commit comments

Comments
 (0)