PkmnLibSharp/PkmnLibSharpTests/PkmnLibSharpTests.csproj

25 lines
710 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
2020-12-31 11:58:19 +00:00
<Configurations>Debug;Release</Configurations>
2020-07-19 10:33:22 +00:00
<Platforms>x64</Platforms>
2020-05-02 17:54:07 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<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>