diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-08-22 13:47:35 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-08-22 13:47:35 +0700 |
commit | ab2e83072daffdbf595f80053e5894f8c8746f3b (patch) | |
tree | 36e3ecaf03a922fbf4507f9fa6f8ea5898ffc89e | |
parent | Refactoring in Math.EC (diff) | |
download | BouncyCastle.NET-ed25519-ab2e83072daffdbf595f80053e5894f8c8746f3b.tar.xz |
Microsoft.NET.Test.Sdk 17.7.1
-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 08fcae206..ff158ead8 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.7.0" /> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" /> <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |