diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-04-30 19:16:52 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-04-30 19:16:52 -0400 |
commit | 621b989c243a8aa1ff5c4928026f2cfe087f378d (patch) | |
tree | f93a3db770d8f9fafad1d57e2b0378b0a6c47606 /src/SMAPI.Tests | |
parent | 3de9858c9b89d13cfb69662a2d9e0ce03ff0593a (diff) | |
download | SMAPI-621b989c243a8aa1ff5c4928026f2cfe087f378d.tar.gz SMAPI-621b989c243a8aa1ff5c4928026f2cfe087f378d.tar.bz2 SMAPI-621b989c243a8aa1ff5c4928026f2cfe087f378d.zip |
update web and unit test packages
Diffstat (limited to 'src/SMAPI.Tests')
-rw-r--r-- | src/SMAPI.Tests/SMAPI.Tests.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Tests/SMAPI.Tests.csproj b/src/SMAPI.Tests/SMAPI.Tests.csproj index a0e5b2df..27520baf 100644 --- a/src/SMAPI.Tests/SMAPI.Tests.csproj +++ b/src/SMAPI.Tests/SMAPI.Tests.csproj @@ -16,9 +16,9 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Moq" Version="4.15.1" /> + <PackageReference Include="Moq" Version="4.16.1" /> <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> - <PackageReference Include="NUnit" Version="3.12.0" /> + <PackageReference Include="NUnit" Version="3.13.2" /> </ItemGroup> <ItemGroup> |