We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b2ebd commit 53a0768Copy full SHA for 53a0768
eng/tools/GenerateFiles/Directory.Build.targets.in
@@ -101,6 +101,11 @@
101
<Crossgen2RuntimeIdentifiers>$(TargetRuntimeIdentifier)</Crossgen2RuntimeIdentifiers>
102
</KnownCrossgen2Pack>
103
104
+ <KnownILLinkPack Update="Microsoft.NET.ILLink.Tasks" Condition=" '$(DotNetBuildSourceOnly)' == 'true' ">
105
+ <ILLinkPackVersion
106
+ Condition=" '%(TargetFramework)' == '${DefaultNetCoreTargetFramework}' ">${MicrosoftNETCoreAppRuntimeVersion}</ILLinkPackVersion>
107
+ </KnownILLinkPack>
108
+
109
<!-- Use the just-built ASP.NET Core shared framework if available except when building product code in servicing. -->
110
<KnownFrameworkReference Update="Microsoft.AspNetCore.App" Condition=" $(UpdateAspNetCoreKnownFramework) ">
111
<LatestRuntimeFrameworkVersion
0 commit comments