Skip to content

Commit

Permalink
recover TreatWarningsAsErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghaoqi committed Mar 5, 2025
1 parent 20556ec commit 259ff0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<NoWarn>$(NoWarn);MSB3270;CS0659;CS0661</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Avalonia" Version="11.0.2" />
Expand Down

0 comments on commit 259ff0b

Please sign in to comment.