Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Fix Unity .csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed Jul 23, 2023
1 parent 1b8eeeb commit 8c0757c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cs/production/Flecs.Unity/Flecs.Unity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<Nullable>enable</Nullable>
<DefineConstants>$(DefineConstants);UNITY_5_3_OR_NEWER</DefineConstants>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<NoWarn>$(NoWarn);CA1016</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8c0757c

Please sign in to comment.