Skip to content

Commit

Permalink
chore: upgrade package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddesmet committed Jan 30, 2025
1 parent 69a3d48 commit 15fb4fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions benchmarks/Paseto.Benchmark/Paseto.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
<PackageReference Include="xunit.assert" Version="2.8.1" />
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
<PackageReference Include="xunit.assert" Version="2.9.2" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Paseto/Paseto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Authors>David De Smet</Authors>
<Company />
<Description>A Paseto (Platform-Agnostic Security Tokens) implementation for .NET</Description>
<Copyright>Copyright © 2018-2024 David De Smet</Copyright>
<Copyright>Copyright © 2018-2025 David De Smet</Copyright>
<PackageId>Paseto.Core</PackageId>
<PackageTags>paseto paserk tokens cryptography dotnet dotnet-core netstandard</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down Expand Up @@ -44,7 +44,7 @@

<ItemGroup Label="Package References">
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" Version="8.0.0" />
<PackageReference Include="MinVer" Version="5.0.0">
<PackageReference Include="MinVer" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions tests/Paseto.Tests/Paseto.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.0" />
<PackageReference Include="Shouldly" Version="4.3.0" />
<PackageReference Include="xunit" Version="2.9.3" />
Expand All @@ -186,7 +186,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 15fb4fa

Please sign in to comment.