Skip to content

Commit

Permalink
Added nuget dependency for events logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehanari committed Dec 22, 2023
1 parent 2227cb5 commit a227b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="castledice-events-logic" Version="0.0.1-dev1" />
<PackageReference Include="castledice-game-data-logic" Version="0.0.1-dev4" />
<PackageReference Include="castledice-game-logic" Version="0.0.1-dev3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0"/>
Expand All @@ -29,10 +30,4 @@
<ProjectReference Include="..\castledice-riptide-message-extensions\castledice-riptide-message-extensions.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="castledice-events-logic">
<HintPath>..\..\casltedice-events-logic\castledice-events-logic\castledice-events-logic\bin\Debug\netstandard2.1\castledice-events-logic.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="castledice-events-logic" Version="0.0.1-dev1" />
<PackageReference Include="castledice-game-data-logic" Version="0.0.1-dev4" />
<PackageReference Include="castledice-game-logic" Version="0.0.1-dev3" />
<PackageReference Include="RiptideNetworking.Riptide" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
<Reference Include="castledice-events-logic">
<HintPath>..\..\casltedice-events-logic\castledice-events-logic\castledice-events-logic\bin\Debug\netstandard2.1\castledice-events-logic.dll</HintPath>
</Reference>
</ItemGroup>

</Project>

0 comments on commit a227b5c

Please sign in to comment.