Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFFoZ committed May 24, 2024
1 parent c74696c commit b09eaf8
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions EvolutionPlugins.GameStores/EvolutionPlugins.GameStores.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>openmod openmod-plugin unturned</PackageTags>
<RootNamespace>EvolutionPlugins.GameStores</RootNamespace>
Expand All @@ -18,16 +18,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OpenMod.Unturned" Version="3.6.0" />
<PackageReference Include="Legacy2CPSWorkaround" Version="1.0.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net461" Version="1.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OpenMod.Unturned.Redist" Version="3.23.8" />
<PackageReference Include="ZString" Version="2.5.1" />
<PackageReference Include="OpenMod.Unturned" Version="3.8.5" />
<PackageReference Include="OpenMod.Unturned.Redist" Version="3.23.12.3" />
<PackageReference Include="ZString" Version="2.6.0" />
<InternalsVisibleTo Include="EvolutionPlugins.GameStores.Tests" />
</ItemGroup>

Expand All @@ -36,9 +29,4 @@
<EmbeddedResource Include="translations.yaml" />
</ItemGroup>

<Target Name="ChangeAliasesOfNugetRefs" BeforeTargets="FindReferenceAssembliesForReferences;ResolveReferences">
<ItemGroup>
</ItemGroup>
</Target>

</Project>

0 comments on commit b09eaf8

Please sign in to comment.