Skip to content

Instantly share code, notes, and snippets.

@krafs
krafs / ModProject.csproj
Last active February 16, 2023 09:50
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>