Update to .NET 8.0 RC1.

This commit is contained in:
2023-09-24 21:48:59 +01:00
parent 383eab6147
commit ce95be40b5

View File

@@ -14,8 +14,8 @@
<Product>Aaru Data Preservation Suite</Product>
<Title>Aaru.Console</Title>
<ApplicationVersion>$(Version)</ApplicationVersion>
<TargetFramework>net7.0</TargetFramework>
<LangVersion>11</LangVersion>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>12</LangVersion>
<Description>Contains console implementation used by the Aaru Data Preservation Suite.</Description>
<PackageProjectUrl>https://github.com/aaru-dps/</PackageProjectUrl>
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>