Skip to content

Commit

Permalink
Update Digitalroot.Valheim.Common.Utils.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot authored May 10, 2024
1 parent 86cff90 commit 669ca94
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,15 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Common.Log" Version="1.1.48" />
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.218.14" />
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.218.14">
<PrivateAssets>all</PrivateAssets>
<ExcludeAssets>runtime</ExcludeAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<Reference Include="System.Net.Http" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 669ca94

Please sign in to comment.