diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2024-02-16 14:42:27 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2024-02-16 14:42:27 +0700 |
commit | 5da70023b9b76730dadad9b2cb84ef532244cc6e (patch) | |
tree | 00b34a86fde10d6e7da8b33c23963158a82ad37b | |
parent | Fix cms imports to conform to casing standards (diff) | |
download | BouncyCastle.NET-ed25519-5da70023b9b76730dadad9b2cb84ef532244cc6e.tar.xz |
Microsoft.NET.Test.Sdk 17.9.0
-rw-r--r-- | crypto/test/BouncyCastle.Crypto.Tests.csproj | 2 |
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> |