aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-08-16 19:05:30 +0200
committerBond_009 <bond.009@outlook.com>2019-08-16 19:05:30 +0200
commitc0e71cdea79c6e93b9fd3b1b4e4e7c435c0da39b (patch)
tree02d7c0a5dfc0687a70b0ffd07845e5c4badfe435 /Emby.Drawing
parentb89c26ab5733cbf0fa3eab1a776b9cd27ed75663 (diff)
Fix build on .Net Core 2.x
Diffstat (limited to 'Emby.Drawing')
-rw-r--r--Emby.Drawing/Emby.Drawing.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/Emby.Drawing/Emby.Drawing.csproj b/Emby.Drawing/Emby.Drawing.csproj
index 716de059d..2e539f2c7 100644
--- a/Emby.Drawing/Emby.Drawing.csproj
+++ b/Emby.Drawing/Emby.Drawing.csproj
@@ -17,4 +17,9 @@
<Compile Include="..\SharedVersion.cs" />
</ItemGroup>
+ <PropertyGroup>
+ <!-- We need at least C# 7.1 for the "default literal" feature-->
+ <LangVersion>latest</LangVersion>
+ </PropertyGroup>
+
</Project>