summaryrefslogtreecommitdiff
path: root/src/SMAPI.Tests
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-16 15:08:39 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-16 15:08:39 -0400
commite31c96d5b816caa9b0b9e950306b9292a87380d7 (patch)
treede5ede90e65c8e1fd730929bdf6d2e6da824482b /src/SMAPI.Tests
parentce00f8ff878860f2476a962b60ec2d8b3b5b2a2e (diff)
downloadSMAPI-e31c96d5b816caa9b0b9e950306b9292a87380d7.tar.gz
SMAPI-e31c96d5b816caa9b0b9e950306b9292a87380d7.tar.bz2
SMAPI-e31c96d5b816caa9b0b9e950306b9292a87380d7.zip
add missing test adapter package
Diffstat (limited to 'src/SMAPI.Tests')
-rw-r--r--src/SMAPI.Tests/SMAPI.Tests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.Tests/SMAPI.Tests.csproj b/src/SMAPI.Tests/SMAPI.Tests.csproj
index 2c32a932..597cd7dd 100644
--- a/src/SMAPI.Tests/SMAPI.Tests.csproj
+++ b/src/SMAPI.Tests/SMAPI.Tests.csproj
@@ -19,6 +19,7 @@
<PackageReference Include="Moq" Version="4.18.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
+ <PackageReference Include="NUnit3TestAdapter" Version="4.2.1" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
</ItemGroup>
<ItemGroup>