2021-12-07 13:39:12 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-01-06 16:29:27 +00:00
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2021-12-07 13:39:12 +00:00
|
|
|
|
<RootNamespace>stardew_access</RootNamespace>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
2022-01-28 13:50:59 +00:00
|
|
|
|
<LangVersion>preview</LangVersion>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2022-01-29 08:17:58 +00:00
|
|
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
2021-12-07 13:39:12 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="AccessibleOutput" Version="1.0.0" />
|
2022-01-06 16:29:27 +00:00
|
|
|
|
<PackageReference Include="Lib.Harmony" Version="2.2.0" />
|
2021-12-07 13:39:12 +00:00
|
|
|
|
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="4.0.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|