diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2019-08-11 03:47:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-11 03:47:10 -0700 |
| commit | 1ad67e223f581efd417efa2bb1cb626c50a6f5a9 (patch) | |
| tree | 9c0fa3d94deac2f807d638162736d8de571c9e5b /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | a96fa7a5c705d8b694c828ff451a77d60711d329 (diff) | |
| parent | ecb8d8991b1ea4e1e26a69c7c9e0a217927d27d4 (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.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 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> |
