Skip to content

Commit

Permalink
Drop setting the warning level on .NET 6 to default to info diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
manodasanW committed Aug 14, 2024
1 parent 5308332 commit 986aedd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Copyright (c) .NET Foundation. All rights reserved.
<CsWinRTAotOptimizerEnabled Condition="'$(CsWinRTAotOptimizerEnabled)' == '' and $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 6">true</CsWinRTAotOptimizerEnabled>
<CsWinRTAotExportsEnabled Condition="'$(CsWinRTAotExportsEnabled)' == '' and '$(CsWinRTAotOptimizerEnabled)' == 'true' and '$(PublishAot)' == 'true'">true</CsWinRTAotExportsEnabled>
<CsWinRTCcwLookupTableGeneratorEnabled Condition="'$(CsWinRTCcwLookupTableGeneratorEnabled)' == '' and '$(CsWinRTGenerateProjection)' != 'true'">true</CsWinRTCcwLookupTableGeneratorEnabled>
<CsWinRTAotWarningLevel Condition="'$(CsWinRTAotWarningLevel)' == '' and '$(CsWinRTGenerateProjection)' != 'true'">1</CsWinRTAotWarningLevel>
</PropertyGroup>

<ItemGroup Condition="'$(IncludeWindowsSDKRefFrameworkReferences)' == 'true'">
Expand Down

0 comments on commit 986aedd

Please sign in to comment.