Skip to content

Commit 892f82d

Browse files
authored
[release/6.0.4xx] Update dependencies from dotnet/linker (#43641)
2 parents 9542cda + 4c28d29 commit 892f82d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,14 @@
137137
<Uri>https://github.com/microsoft/vstest</Uri>
138138
<Sha>6e76d580fcc69954441344175bd1b0ab2e432026</Sha>
139139
</Dependency>
140-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.200-1.24429.1">
140+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.200-1.24474.2">
141141
<Uri>https://github.com/dotnet/linker</Uri>
142-
<Sha>0991fcde3933eecc12f53472a3347a94e2d1fdd5</Sha>
142+
<Sha>a044d2e0fc5c991d33da88ccedf96903837c2342</Sha>
143143
<SourceBuild RepoName="linker" ManagedOnly="true" />
144144
</Dependency>
145-
<Dependency Name="Microsoft.NET.ILLink.Analyzers" Version="6.0.200-1.24429.1">
145+
<Dependency Name="Microsoft.NET.ILLink.Analyzers" Version="6.0.200-1.24474.2">
146146
<Uri>https://github.com/dotnet/linker</Uri>
147-
<Sha>0991fcde3933eecc12f53472a3347a94e2d1fdd5</Sha>
147+
<Sha>a044d2e0fc5c991d33da88ccedf96903837c2342</Sha>
148148
</Dependency>
149149
<Dependency Name="System.CodeDom" Version="6.0.0">
150150
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</PropertyGroup>
8181
<PropertyGroup>
8282
<!-- Dependencies from https://github.com/mono/linker -->
83-
<MicrosoftNETILLinkTasksPackageVersion>6.0.200-1.24429.1</MicrosoftNETILLinkTasksPackageVersion>
83+
<MicrosoftNETILLinkTasksPackageVersion>6.0.200-1.24474.2</MicrosoftNETILLinkTasksPackageVersion>
8484
<MicrosoftNETILLinkAnalyzerPackageVersion>$(MicrosoftNETILLinkTasksPackageVersion)</MicrosoftNETILLinkAnalyzerPackageVersion>
8585
</PropertyGroup>
8686
<PropertyGroup>

0 commit comments

Comments
 (0)