Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update dependencies from https://github.com/dotnet/linker build 2021113
….1

Microsoft.NET.ILLink.Tasks
 From Version 7.0.100-1.21562.1 -> To Version 7.0.100-1.21580.1
  • Loading branch information
dotnet-maestro[bot] committed Nov 30, 2021
commit cc69f6032bf9f3a56c51ec6b67ce6c81ad96697f
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>35704e44e5d1b158f21512b1c1081a0e025bde3f</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.21572.2">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.21580.1">
<Uri>https://github.com/dotnet/linker</Uri>
<Sha>284b7ac6ecb75a7a49a460e6cfcc926044f6f741</Sha>
<Sha>7f2fd06441090ab59d9d5b9c8e670aeb80c96a5d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Xunit" Version="1.0.0-prerelease.21576.1">
<Uri>https://github.com/dotnet/xharness</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<!-- Docs -->
<MicrosoftPrivateIntellisenseVersion>6.0.0-preview-20211019.1</MicrosoftPrivateIntellisenseVersion>
<!-- ILLink -->
<MicrosoftNETILLinkTasksVersion>7.0.100-1.21572.2</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkTasksVersion>7.0.100-1.21580.1</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkAnalyzerPackageVersion>$(MicrosoftNETILLinkTasksVersion)</MicrosoftNETILLinkAnalyzerPackageVersion>
<!-- ICU -->
<MicrosoftNETCoreRuntimeICUTransportVersion>7.0.0-alpha.1.21565.1</MicrosoftNETCoreRuntimeICUTransportVersion>
Expand Down