diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-10-06 11:30:45 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-10-06 11:30:45 +0200 |
| commit | 03f933aaa07113b0ae6971921249691c8455d5ba (patch) | |
| tree | 00784a96b657284a658ed5b319d3e192e7b8b7c9 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | c5285cee1c1819a45a6f6ce240eb6e1c108d3f7e (diff) | |
Fix the last few warnings
Enables TreatWarningsAsErrors for all projects
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index 47cec7d77..4b3a75b90 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -39,11 +39,6 @@ <EmbedUntrackedSources>true</EmbedUntrackedSources> <IncludeSymbols>true</IncludeSymbols> <SymbolPackageFormat>snupkg</SymbolPackageFormat> - <TreatWarningsAsErrors>false</TreatWarningsAsErrors> - </PropertyGroup> - - <PropertyGroup Condition=" '$(Configuration)' == 'Release'"> - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> <PropertyGroup Condition=" '$(Stability)'=='Unstable'"> |
