summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-03-10 14:37:54 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-03-10 14:37:54 +0700
commit1e89f01f006b595addc3f02a8ff24c8a862d9985 (patch)
tree159725217e5e804c66e8d4042a0017630d14ed58 /crypto
parentRefactor IDisposable implementations (diff)
downloadBouncyCastle.NET-ed25519-1e89f01f006b595addc3f02a8ff24c8a862d9985.tar.xz
Microsoft.NET.Test.Sdk 17.5.0
Diffstat (limited to 'crypto')
-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 b41839f7f..405752538 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.1" />
+    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
     <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>