Use LangVersion 13 rather than 12 (#760)

This commit is contained in:
Stephen Toub
2025-09-15 22:49:00 -04:00
committed by GitHub
Unverified
parent 5c0b037e2c
commit a0664201e2
42 changed files with 1 additions and 42 deletions
@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>