1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Fixed: All compiler warnings

This commit is contained in:
ta264
2019-10-14 22:07:40 +01:00
committed by Qstick
parent abde842bf0
commit d0f13e16d5
30 changed files with 42 additions and 87 deletions

View File

@@ -1,6 +1,8 @@
<Project>
<!-- Common to all Radarr Projects -->
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<PlatformTarget>AnyCPU</PlatformTarget>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>