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-07-25 10:52:18 +00:00
|
|
|
<Configurations>Debug</Configurations>
|
2020-07-19 10:33:22 +00:00
|
|
|
|
2020-07-25 10:52:18 +00:00
|
|
|
<Platforms>AnyCPU</Platforms>
|
2020-05-02 17:54:07 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="nunit" Version="3.12.0" />
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
|
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>
|