remove net8+net9 targets (not needed anymore); upgrade packages

This commit is contained in:
2026-05-11 14:29:40 +02:00
parent f70ce7b46c
commit eb1a506c28
5 changed files with 20 additions and 11 deletions
+3 -2
View File
@@ -3,8 +3,9 @@
<PropertyGroup>
<PackageId>Mixtape.Sqlite</PackageId>
<Version>1.0.0</Version>
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
<TargetFramework>net10.0</TargetFramework>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
<AssemblyName>Mixtape.Sqlite</AssemblyName>
<RootNamespace>Mixtape.Sqlite</RootNamespace>
<DebugType>embedded</DebugType>
</PropertyGroup>
@@ -15,7 +16,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\mixtape\mixtape.csproj" />
<ProjectReference Include="..\Mixtape\Mixtape.csproj" />
</ItemGroup>
</Project>