build: Remove LangVersion from build props

Prefer to use the language version that is enabled by default based on
compatibility with selected target framework.
pull/151/head
Robert Dailey 2 years ago
parent 4a9f753423
commit 53d7233b1e

@ -1,7 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<TargetFramework>net7.0</TargetFramework> <TargetFramework>net7.0</TargetFramework>
<LangVersion>latestmajor</LangVersion>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<WarningLevel>9999</WarningLevel> <WarningLevel>9999</WarningLevel>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>

Loading…
Cancel
Save