Skip to content

Instantly share code, notes, and snippets.

@krafs
Last active February 16, 2023 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krafs/5f6c75ab198823e270cdaaa1146e693d to your computer and use it in GitHub Desktop.
Save krafs/5f6c75ab198823e270cdaaa1146e693d to your computer and use it in GitHub Desktop.
Publicizing Krafs.Rimworld.Ref
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Krafs.Publicizer" Version="2.2.1" />
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.4.3641" />
</ItemGroup>
<ItemGroup>
<Publicize Include="Assembly-CSharp;UnityEngine.CoreModule" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment