aboutsummaryrefslogtreecommitdiff
path: root/lib/Hashing.Portable/tests
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-09-07 15:30:02 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-09-07 15:30:02 -0400
commita19807f7f73ffb023e4ffe93071fe91525fd2c8d (patch)
treeddd829ec6d4bd9fc99b9446bd49b7b051fa405ab /lib/Hashing.Portable/tests
parent0419f315e5689e043f311203ab8e61f69f1ee1d6 (diff)
Squashed commit of the following:
commit 97d0c461140e4badf40454471748099266c58c85 Author: vnugent <public@vaughnnugent.com> Date: Sat Sep 7 15:18:31 2024 -0400 restsharp vuln update & remove github pull job for now commit f7eb445c9fcf4557f0bf1e1622673242b7da5ced Author: vnugent <public@vaughnnugent.com> Date: Sat Sep 7 14:51:44 2024 -0400 update manual plugin loading api commit d3fa866898747c7b7535f2796f8046cdd9766763 Author: vnugent <public@vaughnnugent.com> Date: Sat Sep 7 12:56:36 2024 -0400 package updates commit bdb62d04a7c7ea9bcea01b6314ba3306e07099f1 Author: vnugent <public@vaughnnugent.com> Date: Sat Sep 7 12:50:58 2024 -0400 minor memory api internal cleanup commit d297b3a958e13a76ea61c8df588ec32ea9a40faf Author: vnugent <public@vaughnnugent.com> Date: Mon Aug 26 22:21:56 2024 -0400 refactor: #7 Update compression style, platform and linking
Diffstat (limited to 'lib/Hashing.Portable/tests')
-rw-r--r--lib/Hashing.Portable/tests/VNLib.Hashing.PortableTests.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Hashing.Portable/tests/VNLib.Hashing.PortableTests.csproj b/lib/Hashing.Portable/tests/VNLib.Hashing.PortableTests.csproj
index eb95e7c..acc0c5a 100644
--- a/lib/Hashing.Portable/tests/VNLib.Hashing.PortableTests.csproj
+++ b/lib/Hashing.Portable/tests/VNLib.Hashing.PortableTests.csproj
@@ -14,9 +14,9 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
- <PackageReference Include="MSTest.TestAdapter" Version="3.5.0" />
- <PackageReference Include="MSTest.TestFramework" Version="3.5.0" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
+ <PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
+ <PackageReference Include="MSTest.TestFramework" Version="3.5.2" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>