PkmnLibSharp/PkmnLibSharpTests/PkmnLibSharpTests.csproj

25 lines
702 B
XML
Raw Permalink Normal View History

2020-05-02 17:54:07 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2021-11-27 10:27:19 +00:00
<TargetFramework>net6.0</TargetFramework>
2020-05-02 17:54:07 +00:00
<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>
2021-11-27 10:27:19 +00:00
<PackageReference Include="nunit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<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>