sdv-relativity/Relativity.csproj
adro 9a02f8008c Updated for 1.6
- Bump Dependency
- Bump target framework to NET6.0
- Replace getExtraMillisecondsPerInGameMinuteForThisLocation with corresponding property
2024-04-08 21:16:11 +02:00

12 lines
246 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="4.1.1" />
</ItemGroup>
</Project>