diff options
-rw-r--r-- | crypto/test/crypto.test.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/crypto.test.csproj b/crypto/test/crypto.test.csproj index 09a3bea61..39fd5f178 100644 --- a/crypto/test/crypto.test.csproj +++ b/crypto/test/crypto.test.csproj @@ -20,7 +20,7 @@ <EmbeddedResource Include="data\**\*.*" Exclude="**\README.txt" /> </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" /> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" /> <PackageReference Include="NUnit" Version="3.12.0" /> <PackageReference Include="NUnit3TestAdapter" Version="3.16.1" /> <PackageReference Include="coverlet.collector" Version="1.2.0" /> |