diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-07-05 11:22:20 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-07-05 11:22:20 +0700 |
commit | ecfa3b12c2b9d613f30cd6c6b211633cbef0703f (patch) | |
tree | 4bbefdbe7bfbce750c5be1a10b91dad4408dbad3 | |
parent | TLS: refactoring around extended_master_secret (diff) | |
download | BouncyCastle.NET-ed25519-ecfa3b12c2b9d613f30cd6c6b211633cbef0703f.tar.xz |
Microsoft.NET.Test.Sdk 17.6.3
-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 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> |