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 8a46fe0 commit cd3cd0fCopy full SHA for cd3cd0f
eng/tools/GenerateFiles/Directory.Build.targets.in
@@ -116,7 +116,7 @@
116
117
<KnownILCompilerPack Update="Microsoft.DotNet.ILCompiler">
118
<ILCompilerPackVersion
119
- Condition="'%(TargetFramework)' == '${DefaultNetCoreTargetFramework}'">$(MicrosoftNETCoreAppRefVersion)</ILCompilerPackVersion>
+ Condition="'%(TargetFramework)' == '${DefaultNetCoreTargetFramework}'">${MicrosoftNETCoreAppRefVersion}</ILCompilerPackVersion>
120
</KnownILCompilerPack>
121
122
<!-- Use the just-built ASP.NET Core shared framework if available except when building product code in servicing. -->
0 commit comments