File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
src/Tasks/Microsoft.NET.Build.Tasks/targets Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ Copyright (c) .NET Foundation. All rights reserved.
50
50
<CsWinRTAotOptimizerEnabled Condition =" '$(CsWinRTAotOptimizerEnabled)' == '' and $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 6" >true</CsWinRTAotOptimizerEnabled >
51
51
<CsWinRTAotExportsEnabled Condition =" '$(CsWinRTAotExportsEnabled)' == '' and '$(CsWinRTAotOptimizerEnabled)' == 'true' and '$(PublishAot)' == 'true'" >true</CsWinRTAotExportsEnabled >
52
52
<CsWinRTCcwLookupTableGeneratorEnabled Condition =" '$(CsWinRTCcwLookupTableGeneratorEnabled)' == '' and '$(CsWinRTGenerateProjection)' != 'true'" >true</CsWinRTCcwLookupTableGeneratorEnabled >
53
- <CsWinRTAotWarningLevel Condition =" '$(CsWinRTAotWarningLevel)' == '' and '$(CsWinRTGenerateProjection)' != 'true'" >1</CsWinRTAotWarningLevel >
54
53
</PropertyGroup >
55
54
56
55
<ItemGroup Condition =" '$(IncludeWindowsSDKRefFrameworkReferences)' == 'true'" >
You can’t perform that action at this time.
0 commit comments