aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Lavado <anthonylavado@users.noreply.github.com>2019-08-16 12:03:27 -0400
committerGitHub <noreply@github.com>2019-08-16 12:03:27 -0400
commitb89c26ab5733cbf0fa3eab1a776b9cd27ed75663 (patch)
tree81698f0ff13cb4f647bf4a90bf0a7da3b7a9c77e
parentbb0454506849ee65dae2881bbbaf1ea8cb2f1d97 (diff)
parent499c3dbdcabd64bac6bee3b554c2454995dd72c4 (diff)
Merge pull request #1631 from Bond-009/fixbuild
Fix build for .Net Core 2.x
-rw-r--r--MediaBrowser.Common/MediaBrowser.Common.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Common/MediaBrowser.Common.csproj b/MediaBrowser.Common/MediaBrowser.Common.csproj
index 1b753aa29..91ab066f9 100644
--- a/MediaBrowser.Common/MediaBrowser.Common.csproj
+++ b/MediaBrowser.Common/MediaBrowser.Common.csproj
@@ -26,4 +26,9 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
+ <PropertyGroup>
+ <!-- We need at least C# 7.1 for the "default literal" feature-->
+ <LangVersion>latest</LangVersion>
+ </PropertyGroup>
+
</Project>