diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2024-05-24 23:58:53 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2024-05-24 23:58:53 +0700 |
commit | b8edb171341e1bc2fb84bb6a1aa33fe9515910ec (patch) | |
tree | 22e1b28f448b95c73a6a15610ff631cb183d9483 | |
parent | Refactor DateTimeUtilities (diff) | |
download | BouncyCastle.NET-ed25519-b8edb171341e1bc2fb84bb6a1aa33fe9515910ec.tar.xz |
Microsoft.NET.Test.Sdk 17.10.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 46fbc627f..231361327 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.9.0" /> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |