Skip to content

Commit 36b3533

Browse files
Use correct property to disable upstream warnings.
1 parent 94bb761 commit 36b3533

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<!-- Compilation properties. -->
2020
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
21-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
21+
<!--<TreatWarningsAsErrors>true</TreatWarningsAsErrors>-->
2222
</PropertyGroup>
2323

2424
<ItemGroup>

src/ImageSharp/ImageSharp.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<PackageTags>Image Resize Crop Gif Jpg Jpeg Bitmap Pbm Png Tga Tiff WebP NetCore</PackageTags>
1414
<Description>A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET</Description>
1515
<Configurations>Debug;Release;Debug-InnerLoop;Release-InnerLoop</Configurations>
16-
<WarningsAsErrors>false</WarningsAsErrors>
1716
</PropertyGroup>
1817

1918
<PropertyGroup>

0 commit comments

Comments
 (0)