Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFFoZ committed Jul 25, 2023
1 parent fd0f877 commit d78af8a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions PermissionExtensions/PermissionExtensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,15 @@
<RepositoryUrl>https://github.com/DiFFoZ/PermissionExtensions</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/DiFFoZ/PermissionExtensions</PackageProjectUrl>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="config.yaml" />
</ItemGroup>

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

0 comments on commit d78af8a

Please sign in to comment.