Skip to content

Commit

Permalink
Fix ILLink Maestro definitions. (#3178)
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet authored Jul 28, 2023
1 parent 27180d3 commit fb5f0f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
<Sha>e882394a7bb38930da748291fe2c2ceaa6a80588</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-rc.1.23377.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>89030ce9a75c98f350a13ddbe42f39a37aea1371</Sha>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.100-1.23067.1">
<Uri>https://github.com/dotnet/linker</Uri>
<Sha>c790896f128957acd2999208f44f09ae1e826c8c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink" Version="8.0.0-rc.1.23377.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>89030ce9a75c98f350a13ddbe42f39a37aea1371</Sha>
<Dependency Name="Microsoft.NET.ILLink" Version="8.0.100-1.23067.1">
<Uri>https://github.com/dotnet/linker</Uri>
<Sha>c790896f128957acd2999208f44f09ae1e826c8c</Sha>
</Dependency>
<Dependency Name="System.Threading.Channels" Version="8.0.0-rc.1.23377.1">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</MicrosoftNETSdkInternalPackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>5.0.4</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>5.0.4</MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETILLinkTasksVersion>8.0.0-rc.1.23377.1</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkPackageVersion>8.0.0-rc.1.23377.1</MicrosoftNETILLinkPackageVersion>
<MicrosoftNETILLinkTasksVersion>8.0.100-1.23067.1</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkPackageVersion>8.0.100-1.23067.1</MicrosoftNETILLinkPackageVersion>
<BenchmarkDotNetVersion>0.13.7-nightly.20230717.35</BenchmarkDotNetVersion>
<SystemThreadingChannelsPackageVersion>8.0.0-rc.1.23377.1</SystemThreadingChannelsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>8.0.0-rc.1.23377.1</MicrosoftExtensionsLoggingPackageVersion>
Expand Down

0 comments on commit fb5f0f2

Please sign in to comment.