diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-03-10 14:37:54 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-03-10 14:37:54 +0700 |
commit | 1e89f01f006b595addc3f02a8ff24c8a862d9985 (patch) | |
tree | 159725217e5e804c66e8d4042a0017630d14ed58 /crypto/test/BouncyCastle.Crypto.Tests.csproj | |
parent | Refactor IDisposable implementations (diff) | |
download | BouncyCastle.NET-ed25519-1e89f01f006b595addc3f02a8ff24c8a862d9985.tar.xz |
Microsoft.NET.Test.Sdk 17.5.0
Diffstat (limited to '')
-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 b41839f7f..405752538 100644 --- a/crypto/test/BouncyCastle.Crypto.Tests.csproj +++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj @@ -23,7 +23,7 @@ <EmbeddedResource Include="data\**\*.*" Exclude="**\README.txt" /> </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" /> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" /> <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |