Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektroKill committed Nov 17, 2024
1 parent 3e446aa commit 26576c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnSpy/dnSpy-x86/dnSpy-x86.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<ApplicationHighDpiMode>PerMonitorV2</ApplicationHighDpiMode>

<PlatformTarget Condition="'$(IsDotNetFramework)' == 'false'" >x86</PlatformTarget>
<PlatformTarget Condition="'$(IsDotNetFramework)' == 'false' AND '$(RuntimeIdentifier)' == ''" >x86</PlatformTarget>

<DefineConstants Condition="'$(RuntimeIdentifier)' != ''">BUILD_SELF_CONTAINED</DefineConstants>
</PropertyGroup>
Expand Down

0 comments on commit 26576c9

Please sign in to comment.