summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-01-30 13:35:20 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-01-30 13:35:20 +0700
commit018e8570e720540e05280eb3eb7917e8f7e19da8 (patch)
tree12733be5d1cceb8621a6e7fc42bbd48cd0923eec
parentImprove seed generation (diff)
downloadBouncyCastle.NET-ed25519-018e8570e720540e05280eb3eb7917e8f7e19da8.tar.xz
Microsoft.NET.Test.Sdk 17.4.1
-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 3a65fada9..b41839f7f 100644
--- a/crypto/test/BouncyCastle.Crypto.Tests.csproj
+++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj
@@ -23,7 +23,7 @@
     <EmbeddedResource Include="data\**\*.*" Exclude="**\README.txt" />
   </ItemGroup>
   <ItemGroup>
-    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
+    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
     <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>