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:
parent
872c0349ab
commit
0ab0b7ba47
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
<VersionFeature70>$([MSBuild]::Add($(VersionFeature), 18))</VersionFeature70>
|
<VersionFeature70>$([MSBuild]::Add($(VersionFeature), 18))</VersionFeature70>
|
||||||
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
|
<!-- 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. -->
|
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>
|
</PropertyGroup>
|
||||||
<!-- Restore feeds -->
|
<!-- Restore feeds -->
|
||||||
<PropertyGroup Label="Restore feeds">
|
<PropertyGroup Label="Restore feeds">
|
||||||
|
|
Loading…
Reference in a new issue