diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-08-16 17:37:40 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-08-16 17:37:40 +0200 |
| commit | 499c3dbdcabd64bac6bee3b554c2454995dd72c4 (patch) | |
| tree | 81698f0ff13cb4f647bf4a90bf0a7da3b7a9c77e | |
| parent | bb0454506849ee65dae2881bbbaf1ea8cb2f1d97 (diff) | |
Fix build for .Net Core 2.x
| -rw-r--r-- | MediaBrowser.Common/MediaBrowser.Common.csproj | 5 |
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> |
