Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
Updated the `SimpleAuthenticationTools.Abstractions` package from `2.0.13` to `2.0.14` and the `Swashbuckle.AspNetCore.SwaggerGen` package from `6.6.1` to `6.6.2`.
  • Loading branch information
marcominerva committed Jul 10, 2024
1 parent b9db780 commit a62659c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SimpleAuthentication/SimpleAuthentication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="2.0.13" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.6.1" />
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="2.0.14" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.6.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a62659c

Please sign in to comment.