summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2024-02-16 14:42:27 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2024-02-16 14:42:27 +0700
commit5da70023b9b76730dadad9b2cb84ef532244cc6e (patch)
tree00b34a86fde10d6e7da8b33c23963158a82ad37b /crypto/test
parentFix cms imports to conform to casing standards (diff)
downloadBouncyCastle.NET-ed25519-5da70023b9b76730dadad9b2cb84ef532244cc6e.tar.xz
Microsoft.NET.Test.Sdk 17.9.0
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 0bce75b1a..46fbc627f 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.8.0" />
+    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
     <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>