adro
9a02f8008c
- Bump Dependency - Bump target framework to NET6.0 - Replace getExtraMillisecondsPerInGameMinuteForThisLocation with corresponding property
12 lines
246 B
XML
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>
|