Update ILLink

https://github.com/dotnet/linker/pull/3217 this fix has not been included in 8.0.xx
which is not ideal!

You can see 78a907eaec/eng/Version.Details.xml (L126C12-L126C52)
it is in 7.0, but somehow it didnt get ported to 8.0.
This commit is contained in:
Noah Gilson 2024-04-18 10:55:02 -07:00
parent 872c0349ab
commit 0ab0b7ba47

View file

@ -29,7 +29,7 @@
<VersionFeature70>$([MSBuild]::Add($(VersionFeature), 18))</VersionFeature70>
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
<_NET70ILLinkPackVersion>7.0.100-1.23211.1</_NET70ILLinkPackVersion>
<_NET70ILLinkPackVersion>7.0.100-1.23401.1</_NET70ILLinkPackVersion>
</PropertyGroup>
<!-- Restore feeds -->
<PropertyGroup Label="Restore feeds">