Update to .NET 8.0 RC1.

This commit is contained in:
2023-09-24 21:48:56 +01:00
parent d41607f900
commit 4efd3a6891

View File

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