Skip to content

Commit

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

[release/6.0] Update dependencies from dotnet/runtime
  • Loading branch information
dotnet-maestro[bot] authored Oct 21, 2021
1 parent 432e3cf commit 7261b64
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 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-c86a857" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-c86a857c/nuget/v3/index.json" />
<add key="darc-pub-dotnet-runtime-6f41165" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-6f411658/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
24 changes: 12 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,47 +3,47 @@
<ProductDependencies>
<Dependency Name="Microsoft.Extensions.Caching.Memory" Version="6.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c86a857c3a0445af75aa10a26b151c0447d4ed7a</Sha>
<Sha>6f41165853278914d1a28d7f325ebe04ab78ac07</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c86a857c3a0445af75aa10a26b151c0447d4ed7a</Sha>
<Sha>6f41165853278914d1a28d7f325ebe04ab78ac07</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c86a857c3a0445af75aa10a26b151c0447d4ed7a</Sha>
<Sha>6f41165853278914d1a28d7f325ebe04ab78ac07</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.Json" Version="6.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c86a857c3a0445af75aa10a26b151c0447d4ed7a</Sha>
<Sha>6f41165853278914d1a28d7f325ebe04ab78ac07</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration" Version="6.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c86a857c3a0445af75aa10a26b151c0447d4ed7a</Sha>
<Sha>6f41165853278914d1a28d7f325ebe04ab78ac07</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="6.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c86a857c3a0445af75aa10a26b151c0447d4ed7a</Sha>
<Sha>6f41165853278914d1a28d7f325ebe04ab78ac07</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="6.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c86a857c3a0445af75aa10a26b151c0447d4ed7a</Sha>
<Sha>6f41165853278914d1a28d7f325ebe04ab78ac07</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="6.0.0-rtm.21520.5">
<Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="6.0.0-rtm.21520.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c86a857c3a0445af75aa10a26b151c0447d4ed7a</Sha>
<Sha>6f41165853278914d1a28d7f325ebe04ab78ac07</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging" Version="6.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c86a857c3a0445af75aa10a26b151c0447d4ed7a</Sha>
<Sha>6f41165853278914d1a28d7f325ebe04ab78ac07</Sha>
</Dependency>
<Dependency Name="System.Collections.Immutable" Version="6.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c86a857c3a0445af75aa10a26b151c0447d4ed7a</Sha>
<Sha>6f41165853278914d1a28d7f325ebe04ab78ac07</Sha>
</Dependency>
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="6.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c86a857c3a0445af75aa10a26b151c0447d4ed7a</Sha>
<Sha>6f41165853278914d1a28d7f325ebe04ab78ac07</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 @@ -23,7 +23,7 @@
<MicrosoftExtensionsConfigurationJsonVersion>6.0.0</MicrosoftExtensionsConfigurationJsonVersion>
<MicrosoftExtensionsDependencyInjectionVersion>6.0.0</MicrosoftExtensionsDependencyInjectionVersion>
<MicrosoftExtensionsDependencyModelVersion>6.0.0</MicrosoftExtensionsDependencyModelVersion>
<MicrosoftExtensionsHostFactoryResolverSourcesVersion>6.0.0-rtm.21520.5</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
<MicrosoftExtensionsHostFactoryResolverSourcesVersion>6.0.0-rtm.21520.9</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
<MicrosoftExtensionsLoggingVersion>6.0.0</MicrosoftExtensionsLoggingVersion>
<XUnitVersion>2.4.1</XUnitVersion>
</PropertyGroup>
Expand Down

0 comments on commit 7261b64

Please sign in to comment.