aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/MediaBrowser.Model.csproj
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2022-12-05 13:54:28 +0100
committerGitHub <noreply@github.com>2022-12-05 13:54:28 +0100
commit210a4921f2bc96b8f87a9ac7c1a348fcee792329 (patch)
tree0b41888134ba857a6338328c859c39d48409087e /MediaBrowser.Model/MediaBrowser.Model.csproj
parentbf3ff1584310ea260f27187867c0945c53a58e20 (diff)
Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis (#8709)
Diffstat (limited to 'MediaBrowser.Model/MediaBrowser.Model.csproj')
-rw-r--r--MediaBrowser.Model/MediaBrowser.Model.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj
index 4172e9825..7c5399b4d 100644
--- a/MediaBrowser.Model/MediaBrowser.Model.csproj
+++ b/MediaBrowser.Model/MediaBrowser.Model.csproj
@@ -24,7 +24,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ <CodeAnalysisTreatWarningsAsErrors>false</CodeAnalysisTreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Stability)'=='Unstable'">