2020-05-02 17:54:07 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
|
|
|
|
<IsPackable>false</IsPackable>
|
2020-07-19 10:33:22 +00:00
|
|
|
|
2020-12-31 11:58:19 +00:00
|
|
|
<Configurations>Debug;Release</Configurations>
|
2020-07-19 10:33:22 +00:00
|
|
|
|
2020-12-23 11:27:58 +00:00
|
|
|
<Platforms>x64</Platforms>
|
2020-05-02 17:54:07 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="nunit" Version="3.12.0" />
|
2020-12-23 11:27:58 +00:00
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
|
2020-07-31 12:19:21 +00:00
|
|
|
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
|
2020-05-02 17:54:07 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\PkmnLibSharp\PkmnLibSharp.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|