diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-06-03 13:22:40 +0200 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2020-06-03 13:22:40 +0200 |
| commit | af93ec750ceed549b30fe26b93f9b754b414be75 (patch) | |
| tree | 957a32379005e9a92812f4a9c0bc00968eac8ac5 /RSSDP/RSSDP.csproj | |
| parent | 40502a33e0f0e3c84487be6d3eff2be35c1448ad (diff) | |
Enable TreatWarningsAsErrors for more projects
Diffstat (limited to 'RSSDP/RSSDP.csproj')
| -rw-r--r-- | RSSDP/RSSDP.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RSSDP/RSSDP.csproj b/RSSDP/RSSDP.csproj index e3f3127b6..553693171 100644 --- a/RSSDP/RSSDP.csproj +++ b/RSSDP/RSSDP.csproj @@ -14,6 +14,7 @@ <PropertyGroup> <TargetFramework>netstandard2.1</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> </Project> |
