Skip to content

Commit 1f5aa6c

Browse files
Update dependencies from https://github.com/dotnet/runtime build 20221013.12 (#29353)
[release/7.0] Update dependencies from dotnet/runtime
1 parent 2a726ce commit 1f5aa6c

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
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-075e74e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-075e74ed/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-runtime-cd2d837" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-cd2d8379/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" />

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@
33
<ProductDependencies>
44
<Dependency Name="Microsoft.Extensions.Caching.Memory" Version="7.0.0">
55
<Uri>https://github.com/dotnet/runtime</Uri>
6-
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
6+
<Sha>cd2d83798383716204eb580eb5c89ef5b73b8ec2</Sha>
77
</Dependency>
88
<Dependency Name="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="7.0.0">
99
<Uri>https://github.com/dotnet/runtime</Uri>
10-
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
10+
<Sha>cd2d83798383716204eb580eb5c89ef5b73b8ec2</Sha>
1111
</Dependency>
1212
<Dependency Name="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0">
1313
<Uri>https://github.com/dotnet/runtime</Uri>
14-
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
14+
<Sha>cd2d83798383716204eb580eb5c89ef5b73b8ec2</Sha>
1515
</Dependency>
1616
<Dependency Name="Microsoft.Extensions.Configuration.Json" Version="7.0.0">
1717
<Uri>https://github.com/dotnet/runtime</Uri>
18-
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
18+
<Sha>cd2d83798383716204eb580eb5c89ef5b73b8ec2</Sha>
1919
</Dependency>
2020
<Dependency Name="Microsoft.Extensions.Configuration" Version="7.0.0">
2121
<Uri>https://github.com/dotnet/runtime</Uri>
22-
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
22+
<Sha>cd2d83798383716204eb580eb5c89ef5b73b8ec2</Sha>
2323
</Dependency>
2424
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="7.0.0">
2525
<Uri>https://github.com/dotnet/runtime</Uri>
26-
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
26+
<Sha>cd2d83798383716204eb580eb5c89ef5b73b8ec2</Sha>
2727
</Dependency>
2828
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="7.0.0">
2929
<Uri>https://github.com/dotnet/runtime</Uri>
30-
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
30+
<Sha>cd2d83798383716204eb580eb5c89ef5b73b8ec2</Sha>
3131
</Dependency>
32-
<Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="7.0.0-rtm.22513.5">
32+
<Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="7.0.0-rtm.22513.12">
3333
<Uri>https://github.com/dotnet/runtime</Uri>
34-
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
34+
<Sha>cd2d83798383716204eb580eb5c89ef5b73b8ec2</Sha>
3535
</Dependency>
3636
<Dependency Name="Microsoft.Extensions.Logging" Version="7.0.0">
3737
<Uri>https://github.com/dotnet/runtime</Uri>
38-
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
38+
<Sha>cd2d83798383716204eb580eb5c89ef5b73b8ec2</Sha>
3939
</Dependency>
4040
</ProductDependencies>
4141
<ToolsetDependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<MicrosoftExtensionsConfigurationJsonVersion>7.0.0</MicrosoftExtensionsConfigurationJsonVersion>
2222
<MicrosoftExtensionsDependencyInjectionVersion>7.0.0</MicrosoftExtensionsDependencyInjectionVersion>
2323
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
24-
<MicrosoftExtensionsHostFactoryResolverSourcesVersion>7.0.0-rtm.22513.5</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
24+
<MicrosoftExtensionsHostFactoryResolverSourcesVersion>7.0.0-rtm.22513.12</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
2525
<MicrosoftExtensionsLoggingVersion>7.0.0</MicrosoftExtensionsLoggingVersion>
2626
</PropertyGroup>
2727
<PropertyGroup Label="Dependencies from dotnet/arcade">

0 commit comments

Comments
 (0)