Skip to content

Commit

Permalink
[release/6.0.4xx] Update dependencies from dotnet/linker (#43641)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagilson authored Oct 4, 2024
2 parents 9542cda + 4c28d29 commit 892f82d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@
<Uri>https:/microsoft/vstest</Uri>
<Sha>6e76d580fcc69954441344175bd1b0ab2e432026</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.200-1.24429.1">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.200-1.24474.2">
<Uri>https:/dotnet/linker</Uri>
<Sha>0991fcde3933eecc12f53472a3347a94e2d1fdd5</Sha>
<Sha>a044d2e0fc5c991d33da88ccedf96903837c2342</Sha>
<SourceBuild RepoName="linker" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Analyzers" Version="6.0.200-1.24429.1">
<Dependency Name="Microsoft.NET.ILLink.Analyzers" Version="6.0.200-1.24474.2">
<Uri>https:/dotnet/linker</Uri>
<Sha>0991fcde3933eecc12f53472a3347a94e2d1fdd5</Sha>
<Sha>a044d2e0fc5c991d33da88ccedf96903837c2342</Sha>
</Dependency>
<Dependency Name="System.CodeDom" Version="6.0.0">
<Uri>https:/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 @@ -80,7 +80,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https:/mono/linker -->
<MicrosoftNETILLinkTasksPackageVersion>6.0.200-1.24429.1</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>6.0.200-1.24474.2</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETILLinkAnalyzerPackageVersion>$(MicrosoftNETILLinkTasksPackageVersion)</MicrosoftNETILLinkAnalyzerPackageVersion>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 892f82d

Please sign in to comment.