Skip to content

Commit

Permalink
Update Digitalroot.Valheim.Common.Extensions.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot authored May 10, 2024
1 parent 81d043f commit 629ca15
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@

<ItemGroup>
<PackageReference Include="Digitalroot.References.Unity" Version="2022.3.17" />
<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>

</Project>

0 comments on commit 629ca15

Please sign in to comment.