Skip to content

Commit 08d917e

Browse files
committed
Remove treat warnings as errors from release build to work around serilog raising trim warnings
1 parent 0cb5a6f commit 08d917e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Sims1LegacyHacks/Sims1LegacyHacks.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1616
</PropertyGroup>
1717

18-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
19-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
20-
</PropertyGroup>
21-
2218
<ItemGroup>
2319
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.4" />
2420
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.4"/>

0 commit comments

Comments
 (0)