aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-06-14 18:38:14 +0200
committerBond_009 <bond.009@outlook.com>2019-06-14 18:38:14 +0200
commit65a0ca2f32e2eba640fbfead46ffb5bfd02e2c88 (patch)
treed8bb72bbffbdef4a12901baf69198ae8fdc98f0e /Emby.Server.Implementations/Emby.Server.Implementations.csproj
parentd4a42a1680a48cba0d87fac0808180e68072baab (diff)
Improvements to InstallationManager
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj5
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>