Move to C# 12.

This commit is contained in:
2025-08-14 03:34:20 +01:00
parent 9b68d62990
commit d932dee59e
19 changed files with 19 additions and 19 deletions

View File

@@ -15,7 +15,7 @@
<Title>Aaru.Database</Title>
<ApplicationVersion>$(Version)</ApplicationVersion>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>8</LangVersion>
<LangVersion>12</LangVersion>
<Description>Database models used by the Aaru Data Preservation Suite.</Description>
<PackageProjectUrl>https://github.com/aaru-dps/</PackageProjectUrl>
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>