summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-08-22 13:47:35 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-08-22 13:47:35 +0700
commitab2e83072daffdbf595f80053e5894f8c8746f3b (patch)
tree36e3ecaf03a922fbf4507f9fa6f8ea5898ffc89e /crypto/test
parentRefactoring in Math.EC (diff)
downloadBouncyCastle.NET-ed25519-ab2e83072daffdbf595f80053e5894f8c8746f3b.tar.xz
Microsoft.NET.Test.Sdk 17.7.1
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/BouncyCastle.Crypto.Tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/BouncyCastle.Crypto.Tests.csproj b/crypto/test/BouncyCastle.Crypto.Tests.csproj
index 08fcae206..ff158ead8 100644
--- a/crypto/test/BouncyCastle.Crypto.Tests.csproj
+++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj
@@ -30,7 +30,7 @@
     <EmbeddedResource Include="data\**\*.*" Exclude="**\README.txt" />
   </ItemGroup>
   <ItemGroup>
-    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
+    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
     <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>