feat: try to fix trimming compatibility.

This commit is contained in:
rabbitism
2024-07-18 16:45:50 +08:00
parent 09d23f8eaa
commit 724a528b16
16 changed files with 53 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net6.0;net8.0;netstandard2.0</TargetFrameworks>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Version>11.1.0-rc2</Version>