2
0
Эх сурвалжийг харах

Merge pull request #1631 from Bond-009/fixbuild

Fix build for .Net Core 2.x
Anthony Lavado 5 жил өмнө
parent
commit
b89c26ab57

+ 5 - 0
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>