Skip to content

Commit

Permalink
fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
misternebula committed Jul 9, 2023
1 parent 12040ad commit 2abbcaf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions QSBMultipleShips/QSBMultipleShips.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyTitle>QSB Multiple Ships</AssemblyTitle>
Expand All @@ -15,16 +15,18 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.456" />
<PackageReference Include="OWML" Version="2.9.3" />
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.456" IncludeAssets="compile" />
<PackageReference Include="OWML" Version="2.9.3" IncludeAssets="compile" />
</ItemGroup>

<ItemGroup>
<Reference Include="Mirror">
<HintPath>..\..\..\..\AppData\Roaming\OuterWildsModManager\OWML\Mods\Raicuparta.QuantumSpaceBuddies\Mirror.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="QSB">
<HintPath>..\..\..\..\AppData\Roaming\OuterWildsModManager\OWML\Mods\Raicuparta.QuantumSpaceBuddies\QSB.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>

Expand Down

0 comments on commit 2abbcaf

Please sign in to comment.