Skip to content

Commit

Permalink
Oops, add missing packages. Update openmod to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFFoZ committed Oct 14, 2020
1 parent 1c4f607 commit 512af8d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Dummy/Dummy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OpenMod.Unturned" Version="2.2.0" />
<PackageReference Include="OpenMod.Unturned" Version="2.2.1" />
<PackageReference Include="Legacy2CPSWorkaround" Version="1.0.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net461" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit 512af8d

Please sign in to comment.