C#: Update the extractor to target .NET 9.

This commit is contained in:
Michael Nebel
2024-11-19 10:25:52 +01:00
parent 99494dd540
commit 201a5e9faa
11 changed files with 106 additions and 101 deletions

View File

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