Skip to content

Commit 2abbcaf

Browse files
committed
fix building
1 parent 12040ad commit 2abbcaf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

QSBMultipleShips/QSBMultipleShips.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<AssemblyTitle>QSB Multiple Ships</AssemblyTitle>
@@ -15,16 +15,18 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.456" />
19-
<PackageReference Include="OWML" Version="2.9.3" />
18+
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.456" IncludeAssets="compile" />
19+
<PackageReference Include="OWML" Version="2.9.3" IncludeAssets="compile" />
2020
</ItemGroup>
2121

2222
<ItemGroup>
2323
<Reference Include="Mirror">
2424
<HintPath>..\..\..\..\AppData\Roaming\OuterWildsModManager\OWML\Mods\Raicuparta.QuantumSpaceBuddies\Mirror.dll</HintPath>
25+
<Private>False</Private>
2526
</Reference>
2627
<Reference Include="QSB">
2728
<HintPath>..\..\..\..\AppData\Roaming\OuterWildsModManager\OWML\Mods\Raicuparta.QuantumSpaceBuddies\QSB.dll</HintPath>
29+
<Private>False</Private>
2830
</Reference>
2931
</ItemGroup>
3032

0 commit comments

Comments
 (0)