Skip to content

Commit

Permalink
Fix local building
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualPokePlayer committed Nov 23, 2024
1 parent 6a60e75 commit 3d3407e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GSECommon.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<!-- Don't use C# 13, as we're still using .NET 8.0 on macOS -->
<LangVersion>12.0</LangVersion>
<Platforms>x64;ARM64;x86;ARM</Platforms>
<RuntimeIdentifiers Condition="'$(RuntimeIdentifier)' == ''">win-x64;win-arm64;win-x86;osx-x64;osx-arm64;linux-x64;linux-arm64;linux-arm;linux-bionic-x64;linux-bionic-arm64;linux-bionic-arm</RuntimeIdentifiers>
<!-- linux-bionic-arm is not present to avoid some kind of compilation bug with local builds -->
<RuntimeIdentifiers Condition="'$(RuntimeIdentifier)' == ''">win-x64;win-arm64;win-x86;osx-x64;osx-arm64;linux-x64;linux-arm64;linux-arm;linux-bionic-x64;linux-bionic-arm64</RuntimeIdentifiers>
<AnalysisLevel>8</AnalysisLevel>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<Features>strict</Features>
Expand Down

0 comments on commit 3d3407e

Please sign in to comment.