Skip to content

Commit

Permalink
Set C# LangVersion to 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
peombwa committed Dec 5, 2023
1 parent 61ebe09 commit fdc2a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/apimanifest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Company>Microsoft</Company>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageOutputPath>./../../artifacts</PackageOutputPath>
<LangVersion>latest</LangVersion>
<LangVersion>10</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<SignAssembly>True</SignAssembly>
Expand Down

0 comments on commit fdc2a7e

Please sign in to comment.