aboutsummaryrefslogtreecommitdiff
path: root/lib/Utils/tests/VNLib.UtilsTests.csproj
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-04-20 00:45:57 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-04-20 00:45:57 -0400
commit42ff77080d10b0fc9fecbbc46141e8e23a1d066a (patch)
tree22a3a9151bbba4382d8b4b24fe133358c87293ce /lib/Utils/tests/VNLib.UtilsTests.csproj
parent97e82b9d66f387f9e6d21d88ddc7a8ab8693149c (diff)
fix!: Middlware array, multiple cookie set, and cookie check
Diffstat (limited to 'lib/Utils/tests/VNLib.UtilsTests.csproj')
-rw-r--r--lib/Utils/tests/VNLib.UtilsTests.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Utils/tests/VNLib.UtilsTests.csproj b/lib/Utils/tests/VNLib.UtilsTests.csproj
index 9a8891e..83013ff 100644
--- a/lib/Utils/tests/VNLib.UtilsTests.csproj
+++ b/lib/Utils/tests/VNLib.UtilsTests.csproj
@@ -17,9 +17,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
- <PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
- <PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
- <PackageReference Include="coverlet.collector" Version="6.0.1">
+ <PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
+ <PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
+ <PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>