Update to .NET 8.0 to fix building with bitwarden v2024.2.2 (#187)

* Update to .NET 8.0 to fix building with bitwarden v2024.2.2

* Also update license gen to .NET 8.0
This commit is contained in:
Jan Schöppach
2024-02-23 00:16:34 +01:00
committed by GitHub
parent b93c9487eb
commit 3c703f517d
5 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp6.0</TargetFramework>
<TargetFramework>netcoreapp8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>