Skip to content

Commit 81b6bce

Browse files
committed
clear trailing whitespace; add UseGameLibs property
1 parent 991dc0a commit 81b6bce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CSync/CSync.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<ItemGroup>
4444
<ThunderstoreBuildCopyPath Include="$(TargetPath)" Destination="BepInEx/plugins/$(ProjectName)/"/>
4545
</ItemGroup>
46-
46+
4747
<ItemGroup>
4848
<PackageReference Include="BepInEx.Analyzers" Version="1.*" PrivateAssets="all"/>
4949
<PackageReference Include="BepInEx.PluginInfoProps" Version="2.*" PrivateAssets="all"/>
@@ -65,8 +65,8 @@
6565
<HintPath>$(LethalCompanyDir)Lethal Company_Data\Managed\Unity.Netcode.Runtime.dll</HintPath>
6666
</Reference>
6767
</ItemGroup>
68-
69-
<ItemGroup Condition="'$(CI)' == 'true'">
68+
69+
<ItemGroup Condition="'$(CI)' == 'true' or $(UseGameLibs) == 'true'">
7070
<PackageReference Include="LethalCompany.GameLibs.Steam" Version="49.0.0-alpha.1" />
7171
</ItemGroup>
7272
</Project>

0 commit comments

Comments
 (0)