Bump C# to 11.0.

This commit is contained in:
2022-11-13 12:48:41 +00:00
parent 228a3eda35
commit f904c80627

View File

@@ -16,7 +16,7 @@
<Title>Aaru.Decryption</Title>
<ApplicationVersion>$(Version)</ApplicationVersion>
<TargetFramework>net7.0</TargetFramework>
<LangVersion>10</LangVersion>
<LangVersion>11</LangVersion>
<Description>Decryption algorithms used by the Aaru Data Preservation Suite.</Description>
<PackageProjectUrl>https://github.com/aaru-dps/</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>