aboutsummaryrefslogtreecommitdiff
path: root/lib/Utils/tests/VNLib.UtilsTests.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Utils/tests/VNLib.UtilsTests.csproj')
-rw-r--r--lib/Utils/tests/VNLib.UtilsTests.csproj6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Utils/tests/VNLib.UtilsTests.csproj b/lib/Utils/tests/VNLib.UtilsTests.csproj
index 3a079c6..ca4f467 100644
--- a/lib/Utils/tests/VNLib.UtilsTests.csproj
+++ b/lib/Utils/tests/VNLib.UtilsTests.csproj
@@ -2,13 +2,9 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
-
<IsPackable>false</IsPackable>
-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-
</PropertyGroup>
<ItemGroup>
@@ -20,7 +16,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="coverlet.collector" Version="3.2.0">