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
…0801.1 (#3208)

Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
 From Version 8.0.0-rc.1.23381.10 -> To Version 8.0.0-rc.1.23401.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 1, 2023
1 parent ccd5890 commit b93af47
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-rc.1.23381.10">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-rc.1.23401.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e43cba31e997e960205844b3f0541011ef732c29</Sha>
<Sha>728e32b93e3acf57f6c07e9ad6e40409d56138a1</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink" Version="8.0.0-rc.1.23381.10">
<Dependency Name="Microsoft.NET.ILLink" Version="8.0.0-rc.1.23401.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e43cba31e997e960205844b3f0541011ef732c29</Sha>
<Sha>728e32b93e3acf57f6c07e9ad6e40409d56138a1</Sha>
</Dependency>
<Dependency Name="System.Threading.Channels" Version="8.0.0-rc.1.23381.10">
<Dependency Name="System.Threading.Channels" Version="8.0.0-rc.1.23401.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e43cba31e997e960205844b3f0541011ef732c29</Sha>
<Sha>728e32b93e3acf57f6c07e9ad6e40409d56138a1</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging" Version="8.0.0-rc.1.23381.10">
<Dependency Name="Microsoft.Extensions.Logging" Version="8.0.0-rc.1.23401.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e43cba31e997e960205844b3f0541011ef732c29</Sha>
<Sha>728e32b93e3acf57f6c07e9ad6e40409d56138a1</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-rc.1.23381.10</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkPackageVersion>8.0.0-rc.1.23381.10</MicrosoftNETILLinkPackageVersion>
<MicrosoftNETILLinkTasksVersion>8.0.0-rc.1.23401.1</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkPackageVersion>8.0.0-rc.1.23401.1</MicrosoftNETILLinkPackageVersion>
<BenchmarkDotNetVersion>0.13.7-nightly.20230717.35</BenchmarkDotNetVersion>
<SystemThreadingChannelsPackageVersion>8.0.0-rc.1.23381.10</SystemThreadingChannelsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>8.0.0-rc.1.23381.10</MicrosoftExtensionsLoggingPackageVersion>
<SystemThreadingChannelsPackageVersion>8.0.0-rc.1.23401.1</SystemThreadingChannelsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>8.0.0-rc.1.23401.1</MicrosoftExtensionsLoggingPackageVersion>
</PropertyGroup>
<!--Package names-->
<PropertyGroup>
Expand Down

0 comments on commit b93af47

Please sign in to comment.