Skip to content

Commit 3248738

Browse files
authored
[release/6.0.4xx] Update dependencies from dotnet/linker (#43177)
2 parents 0619d23 + aae9d63 commit 3248738

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.24420.1">
140+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.200-1.24429.1">
141141
<Uri>https://github.com/dotnet/linker</Uri>
142-
<Sha>329361128940a86539ca018bd20cd93564e54501</Sha>
142+
<Sha>0991fcde3933eecc12f53472a3347a94e2d1fdd5</Sha>
143143
<SourceBuild RepoName="linker" ManagedOnly="true" />
144144
</Dependency>
145-
<Dependency Name="Microsoft.NET.ILLink.Analyzers" Version="6.0.200-1.24420.1">
145+
<Dependency Name="Microsoft.NET.ILLink.Analyzers" Version="6.0.200-1.24429.1">
146146
<Uri>https://github.com/dotnet/linker</Uri>
147-
<Sha>329361128940a86539ca018bd20cd93564e54501</Sha>
147+
<Sha>0991fcde3933eecc12f53472a3347a94e2d1fdd5</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.24420.1</MicrosoftNETILLinkTasksPackageVersion>
83+
<MicrosoftNETILLinkTasksPackageVersion>6.0.200-1.24429.1</MicrosoftNETILLinkTasksPackageVersion>
8484
<MicrosoftNETILLinkAnalyzerPackageVersion>$(MicrosoftNETILLinkTasksPackageVersion)</MicrosoftNETILLinkAnalyzerPackageVersion>
8585
</PropertyGroup>
8686
<PropertyGroup>

0 commit comments

Comments
 (0)