Skip to content

Commit cd3cd0f

Browse files
authored
Update eng/tools/GenerateFiles/Directory.Build.targets.in
1 parent 8a46fe0 commit cd3cd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/tools/GenerateFiles/Directory.Build.targets.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
<KnownILCompilerPack Update="Microsoft.DotNet.ILCompiler">
118118
<ILCompilerPackVersion
119-
Condition="'%(TargetFramework)' == '${DefaultNetCoreTargetFramework}'">$(MicrosoftNETCoreAppRefVersion)</ILCompilerPackVersion>
119+
Condition="'%(TargetFramework)' == '${DefaultNetCoreTargetFramework}'">${MicrosoftNETCoreAppRefVersion}</ILCompilerPackVersion>
120120
</KnownILCompilerPack>
121121

122122
<!-- Use the just-built ASP.NET Core shared framework if available except when building product code in servicing. -->

0 commit comments

Comments
 (0)