mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-01 16:08:10 +00:00
Require latest C# version in Providers project
This commit is contained in:
@@ -24,4 +24,8 @@
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- We need at least C# 7.1 -->
|
||||
<LangVersion>latest</LangVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user