sdv-relativity/Relativity.csproj

12 lines
246 B
XML
Raw Permalink Normal View History

2022-07-22 22:33:18 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="4.0.1" />
</ItemGroup>
</Project>