Skip to content

Commit

Permalink
Update packages and fix publicizer
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFFoZ committed Jun 13, 2024
1 parent 1e4fedb commit 2969b99
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .editorconfig

This file was deleted.

15 changes: 14 additions & 1 deletion Dummy/Dummy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<EmbeddedResource Include="translations.yaml"/>
</ItemGroup>

<PropertyGroup>
<PublicizerRuntimeStrategies>Unsafe</PublicizerRuntimeStrategies>
</PropertyGroup>

<ItemGroup>
<Publicize Include="Assembly-CSharp" IncludeCompilerGeneratedMembers="false"/>
</ItemGroup>
Expand All @@ -43,6 +47,15 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OpenMod.Unturned" Version="3.8.7"/>
<PackageReference Include="OpenMod.Unturned.Redist" Version="3.23.12.3"/>
<PackageReference Include="OpenMod.Unturned.Redist" Version="*-*"/>
</ItemGroup>

<Target Name="ChangeAliasesOfNugetRefs" BeforeTargets="FindReferenceAssembliesForReferences;ResolveReferences">
<ItemGroup>
<ReferencePath Condition="'%(FileName)' == 'JetBrains.Annotations'">
<Aliases>JetBrainsAnnotations</Aliases>
</ReferencePath>
</ItemGroup>
</Target>

</Project>

0 comments on commit 2969b99

Please sign in to comment.