We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d973b6 + 2e078da commit ffa00dbCopy full SHA for ffa00db
1 file changed
DecSm.Atom.Tool/DecSm.Atom.Tool.csproj
@@ -14,11 +14,11 @@
14
</PropertyGroup>
15
16
<PropertyGroup Condition="$(RuntimeIdentifier) == ''">
17
- <TargetFrameworks>net8.0;net10.0</TargetFrameworks>
+ <TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
18
19
20
<PropertyGroup Condition="$(TargetFramework) == 'net10.0'">
21
- <RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
+ <RuntimeIdentifiers>win-x64;linux-x64;osx-arm64;any</RuntimeIdentifiers>
22
<PublishAot>true</PublishAot>
23
24
<!-- Size optimisation bits for Native AOT -->
0 commit comments