Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/runtime build 2022…
Browse files Browse the repository at this point in the history
…1013.5 (#29351)

[release/7.0] Update dependencies from dotnet/runtime
  • Loading branch information
dotnet-maestro[bot] committed Oct 14, 2022
1 parent ff4709d commit 2a726ce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-pub-dotnet-runtime-eeabb53" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-eeabb53e/nuget/v3/index.json" />
<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" />
<!-- 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" />
Expand Down
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,39 @@
<ProductDependencies>
<Dependency Name="Microsoft.Extensions.Caching.Memory" Version="7.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>eeabb53e8583c3d3056923dcd52c615265eb38ba</Sha>
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="7.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>eeabb53e8583c3d3056923dcd52c615265eb38ba</Sha>
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>eeabb53e8583c3d3056923dcd52c615265eb38ba</Sha>
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.Json" Version="7.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>eeabb53e8583c3d3056923dcd52c615265eb38ba</Sha>
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration" Version="7.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>eeabb53e8583c3d3056923dcd52c615265eb38ba</Sha>
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="7.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>eeabb53e8583c3d3056923dcd52c615265eb38ba</Sha>
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="7.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>eeabb53e8583c3d3056923dcd52c615265eb38ba</Sha>
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="7.0.0-rtm.22512.2">
<Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="7.0.0-rtm.22513.5">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>eeabb53e8583c3d3056923dcd52c615265eb38ba</Sha>
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging" Version="7.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>eeabb53e8583c3d3056923dcd52c615265eb38ba</Sha>
<Sha>075e74ed1356f2e5bb978ac541633ab46e34bf99</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<MicrosoftExtensionsConfigurationJsonVersion>7.0.0</MicrosoftExtensionsConfigurationJsonVersion>
<MicrosoftExtensionsDependencyInjectionVersion>7.0.0</MicrosoftExtensionsDependencyInjectionVersion>
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
<MicrosoftExtensionsHostFactoryResolverSourcesVersion>7.0.0-rtm.22512.2</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
<MicrosoftExtensionsHostFactoryResolverSourcesVersion>7.0.0-rtm.22513.5</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
<MicrosoftExtensionsLoggingVersion>7.0.0</MicrosoftExtensionsLoggingVersion>
</PropertyGroup>
<PropertyGroup Label="Dependencies from dotnet/arcade">
Expand Down

0 comments on commit 2a726ce

Please sign in to comment.