mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-22 01:47:36 +00:00
This file sets the language version for all projects in subdirectories. https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/configure-language-version#configure-multiple-projects
5 lines
93 B
XML
5 lines
93 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<LangVersion>7.3</LangVersion>
|
|
</PropertyGroup>
|
|
</Project> |