diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-06-14 18:38:14 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-06-14 18:38:14 +0200 |
| commit | 65a0ca2f32e2eba640fbfead46ffb5bfd02e2c88 (patch) | |
| tree | d8bb72bbffbdef4a12901baf69198ae8fdc98f0e /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | d4a42a1680a48cba0d87fac0808180e68072baab (diff) | |
Improvements to InstallationManager
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index d4e17c42a..6c50698b2 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -46,6 +46,11 @@ <GenerateAssemblyInfo>false</GenerateAssemblyInfo> </PropertyGroup> + <PropertyGroup> + <!-- We need C# 7.3 to compare tuples--> + <LangVersion>latest</LangVersion> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> |
