Skip to content

Commit

Permalink
Change order.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jan 1, 2025
1 parent cb9bf4a commit 7c6d8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javac-ref/javac-ref.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AssemblyName>javac</AssemblyName>
<TargetFrameworks>net8.0;net472;net6.0;</TargetFrameworks>
<TargetFrameworks>net8.0;net6.0;net472</TargetFrameworks>
<RuntimeIdentifiers>win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
<PublishReadyToRun>true</PublishReadyToRun>
<SelfContained>true</SelfContained>
Expand Down

0 comments on commit 7c6d8fc

Please sign in to comment.