Skip to content

Commit ffa00db

Browse files
authored
Merge pull request #257 from DecSmith42/patch/2.0.1
fix(tool): Add missing .net9 / osx-arm64 support
2 parents 9d973b6 + 2e078da commit ffa00db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DecSm.Atom.Tool/DecSm.Atom.Tool.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
</PropertyGroup>
1515

1616
<PropertyGroup Condition="$(RuntimeIdentifier) == ''">
17-
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
17+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
1818
</PropertyGroup>
1919

2020
<PropertyGroup Condition="$(TargetFramework) == 'net10.0'">
21-
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
21+
<RuntimeIdentifiers>win-x64;linux-x64;osx-arm64;any</RuntimeIdentifiers>
2222
<PublishAot>true</PublishAot>
2323

2424
<!-- Size optimisation bits for Native AOT -->

0 commit comments

Comments
 (0)