Skip to content
Merged
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>0b2ae532ae3f2eefea9a40bc95d341ab58c79ad0</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.22525.3">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.22552.1">
<Uri>https://github.com/dotnet/linker</Uri>
<Sha>4db6ac94ffa8bf6dae8ad9c5c68f94b58de917fd</Sha>
<Sha>391ac60bbfb2c618b82f08af728d2d4d259d584e</Sha>
<SourceBuild RepoName="linker" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Analyzers" Version="7.0.100-1.22525.3">
<Dependency Name="Microsoft.NET.ILLink.Analyzers" Version="7.0.100-1.22552.1">
<Uri>https://github.com/dotnet/linker</Uri>
<Sha>4db6ac94ffa8bf6dae8ad9c5c68f94b58de917fd</Sha>
<Sha>391ac60bbfb2c618b82f08af728d2d4d259d584e</Sha>
</Dependency>
<Dependency Name="System.CodeDom" Version="8.0.0-alpha.1.22526.6">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/mono/linker -->
<MicrosoftNETILLinkTasksPackageVersion>7.0.100-1.22525.3</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>7.0.100-1.22552.1</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETILLinkAnalyzerPackageVersion>$(MicrosoftNETILLinkTasksPackageVersion)</MicrosoftNETILLinkAnalyzerPackageVersion>
</PropertyGroup>
<PropertyGroup>
Expand Down