Skip to content

Commit f96307b

Browse files
authored
Merge pull request #34 from PandaTechAM/development
Nuget updates
2 parents 2bb4a70 + c352393 commit f96307b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Pandatech.Crypto/Pandatech.Crypto.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Copyright>MIT</Copyright>
99
<PackageIcon>pandatech.png</PackageIcon>
1010
<PackageReadmeFile>Readme.md</PackageReadmeFile>
11-
<Version>5.0.2</Version>
11+
<Version>5.0.3</Version>
1212
<Title>Pandatech.Crypto</Title>
1313
<PackageTags>Pandatech, library, encryption, hash, algorythms, security</PackageTags>
1414
<Description>PandaTech.Crypto is a .NET library simplifying common cryptograhic functions.</Description>
@@ -24,7 +24,7 @@
2424
<ItemGroup>
2525
<PackageReference Include="BouncyCastle.NetCore" Version="2.2.1"/>
2626
<PackageReference Include="Konscious.Security.Cryptography.Argon2" Version="1.3.1"/>
27-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.5" />
27+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.8" />
2828
</ItemGroup>
2929

3030
</Project>

test/Pandatech.Crypto.Tests/Pandatech.Crypto.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="FluentAssertions" Version="[7.1.0]" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1515
<PackageReference Include="xunit" Version="2.9.3" />
16-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
16+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.3">
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
<PrivateAssets>all</PrivateAssets>
1919
</PackageReference>

0 commit comments

Comments
 (0)