diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-01-28 22:42:07 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-01-28 22:42:07 +0100 |
| commit | 2186df8ac445b74dce86bdf2fe7ba5500da0c492 (patch) | |
| tree | c5452e8b4be93d536a38cda11b546a6c421c24f5 /Emby.Naming | |
| parent | acfacabf0ce89951924ab90f83e8c089043584f9 (diff) | |
Update deps
Diffstat (limited to 'Emby.Naming')
| -rw-r--r-- | Emby.Naming/Emby.Naming.csproj | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Emby.Naming/Emby.Naming.csproj b/Emby.Naming/Emby.Naming.csproj index 900b9694c2..c6b08d372b 100644 --- a/Emby.Naming/Emby.Naming.csproj +++ b/Emby.Naming/Emby.Naming.csproj @@ -4,10 +4,7 @@ <TargetFramework>netstandard2.1</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateDocumentationFile>true</GenerateDocumentationFile> - </PropertyGroup> - - <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> + <TreatWarningsAsErrors Condition=" '$(Configuration)' == 'Release' " >true</TreatWarningsAsErrors> </PropertyGroup> <ItemGroup> |
