diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-05-17 21:52:48 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-05-17 21:52:48 +0700 |
commit | 5781fa842e3b7162f1625599a2061688ea17221d (patch) | |
tree | 3409ced6ff04eb07d1b93ed4db3d88054bde6e01 | |
parent | Nerdbank.GitVersioning 3.6.132 (diff) | |
download | BouncyCastle.NET-ed25519-5781fa842e3b7162f1625599a2061688ea17221d.tar.xz |
Microsoft.NET.Test.Sdk 17.6.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 bc7e8cd9f..1bf11d1ac 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.5.0" /> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" /> <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |