Skip to content

Commit

Permalink
T #98 added dependencies to nether api
Browse files Browse the repository at this point in the history
  • Loading branch information
HueByte committed Nov 28, 2022
1 parent eeacd17 commit ecbfb8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/NetherNetAuth/NetherNet.Api/NetherNet.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NetherNet.Core\NetherNet.Core.csproj" />
<ProjectReference Include="..\NetherNet.Infrastructure\NetherNet.Infrastructure.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\NetherNet.Core\NetherNet.Core.csproj" />
</ItemGroup>

</Project>

0 comments on commit ecbfb8b

Please sign in to comment.