diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-11-14 12:14:11 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-11-14 12:14:11 +0700 |
commit | d85dce679a64c2818fe70d578dd70a75cacdae20 (patch) | |
tree | 24a7113ea03f86e9f2d19088fc716eb859bd18e7 /crypto/test/BouncyCastle.Crypto.Tests.csproj | |
parent | Refactoring in RsaCoreEngine (diff) | |
download | BouncyCastle.NET-ed25519-d85dce679a64c2818fe70d578dd70a75cacdae20.tar.xz |
Microsoft.NET.Test.Sdk 17.8.0
Diffstat (limited to 'crypto/test/BouncyCastle.Crypto.Tests.csproj')
-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 2b18e978d..0fb5d07ae 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.2" /> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |