Skip to content

Commit

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

Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
 From Version 8.0.0-rtm.23506.12 -> To Version 8.0.0-rtm.23509.5

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Oct 10, 2023
1 parent 20c4251 commit d8a1893
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-rtm.23506.12">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-rtm.23509.5">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>b17a34c818bd5e01fdb9827fea64727a5fc51025</Sha>
<Sha>a9cc3c80fe43d19a38cacda4c1aecc51fb6eabb1</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink" Version="8.0.0-rtm.23506.12">
<Dependency Name="Microsoft.NET.ILLink" Version="8.0.0-rtm.23509.5">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>b17a34c818bd5e01fdb9827fea64727a5fc51025</Sha>
<Sha>a9cc3c80fe43d19a38cacda4c1aecc51fb6eabb1</Sha>
</Dependency>
<Dependency Name="System.Threading.Channels" Version="8.0.0-rtm.23506.12">
<Dependency Name="System.Threading.Channels" Version="8.0.0-rtm.23509.5">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>b17a34c818bd5e01fdb9827fea64727a5fc51025</Sha>
<Sha>a9cc3c80fe43d19a38cacda4c1aecc51fb6eabb1</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging" Version="8.0.0-rtm.23506.12">
<Dependency Name="Microsoft.Extensions.Logging" Version="8.0.0-rtm.23509.5">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>b17a34c818bd5e01fdb9827fea64727a5fc51025</Sha>
<Sha>a9cc3c80fe43d19a38cacda4c1aecc51fb6eabb1</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</PropertyGroup>
<!--Package versions-->
<PropertyGroup>
<MicrosoftNETILLinkTasksVersion>8.0.0-rtm.23506.12</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkPackageVersion>8.0.0-rtm.23506.12</MicrosoftNETILLinkPackageVersion>
<MicrosoftNETILLinkTasksVersion>8.0.0-rtm.23509.5</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkPackageVersion>8.0.0-rtm.23509.5</MicrosoftNETILLinkPackageVersion>
<BenchmarkDotNetVersion>0.13.9-nightly.20230908.70</BenchmarkDotNetVersion>
<SystemThreadingChannelsPackageVersion>8.0.0-rtm.23506.12</SystemThreadingChannelsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>8.0.0-rtm.23506.12</MicrosoftExtensionsLoggingPackageVersion>
<SystemThreadingChannelsPackageVersion>8.0.0-rtm.23509.5</SystemThreadingChannelsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>8.0.0-rtm.23509.5</MicrosoftExtensionsLoggingPackageVersion>
</PropertyGroup>
<!--Package names-->
<PropertyGroup>
Expand Down

0 comments on commit d8a1893

Please sign in to comment.