C#: Update extractor to target .NET 10.

This commit is contained in:
Michael Nebel
2025-11-24 12:26:18 +01:00
parent 682195bd57
commit 9e395936dc
5 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>