bump: update to dotnet 9.0

This commit is contained in:
2025-02-19 16:19:11 +08:00
parent 1094158e37
commit ad44a37b3c
5 changed files with 8 additions and 6 deletions

View File

@@ -2,11 +2,13 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<InvariantGlobalization>true</InvariantGlobalization>
<StaticExecutable>true</StaticExecutable>
<LinkerFlavor>lld</LinkerFlavor>
</PropertyGroup>
<ItemGroup>