summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-07-05 11:22:20 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-07-05 11:22:20 +0700
commitecfa3b12c2b9d613f30cd6c6b211633cbef0703f (patch)
tree4bbefdbe7bfbce750c5be1a10b91dad4408dbad3
parentTLS: refactoring around extended_master_secret (diff)
downloadBouncyCastle.NET-ed25519-ecfa3b12c2b9d613f30cd6c6b211633cbef0703f.tar.xz
Microsoft.NET.Test.Sdk 17.6.3
-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 1bf11d1ac..38365681f 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.6.0" /> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" /> <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>