PkmnLibSharp/PkmnLibSharpTests/PkmnLibSharpTests.csproj

24 lines
628 B
XML
Raw Normal View History

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
<Configurations>Debug</Configurations>
2020-07-19 10:33:22 +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" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PkmnLibSharp\PkmnLibSharp.csproj" />
</ItemGroup>
</Project>