aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2019-08-11 03:47:10 -0700
committerGitHub <noreply@github.com>2019-08-11 03:47:10 -0700
commit1ad67e223f581efd417efa2bb1cb626c50a6f5a9 (patch)
tree9c0fa3d94deac2f807d638162736d8de571c9e5b /Emby.Server.Implementations/Emby.Server.Implementations.csproj
parenta96fa7a5c705d8b694c828ff451a77d60711d329 (diff)
parentecb8d8991b1ea4e1e26a69c7c9e0a217927d27d4 (diff)
Merge pull request #1462 from Bond-009/installationmanager
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 f07f8e3bf..73a64b0cd 100644
--- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
@@ -47,6 +47,11 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
+ <PropertyGroup>
+ <!-- We need C# 7.3 to compare tuples-->
+ <LangVersion>latest</LangVersion>
+ </PropertyGroup>
+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>