recrownedgtk/RecrownedGTK.Tests/RecrownedGTK.Tests.csproj
Harrison 515fac38a6 Updated Newtonsoft.Json and changed tests to be .NET Core.
Mostly attempting to get rid of a small warning.
2020-02-23 16:44:53 -05:00

26 lines
653 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
</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="..\RecrownedGTK\RecrownedGTK.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="assets/*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>