pkNX/pkNX.Randomization/pkNX.Randomization.csproj
Koopa 86c480527b
Upgrade .NET target to 4.6.1.
This will be required for System.Resources.Extensions.
2021-02-28 02:02:31 -05:00

15 lines
372 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<Description>Randomizer Utility</Description>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\pkNX.Structures\pkNX.Structures.csproj" />
</ItemGroup>
</Project>