Skip to content

Commit

Permalink
Update NuGet package versions
Browse files Browse the repository at this point in the history
Updated the following NuGet packages:
- `Swashbuckle.AspNetCore` to `6.9.0` in `TinyHelpers.AspNetCore.Sample.csproj`
- `Azure.Identity` to `1.13.0` in `TinyHelpers.Dapper.Sample.csproj`
- `Swashbuckle.AspNetCore.SwaggerGen` to `6.9.0` in `TinyHelpers.AspNetCore.csproj`
  • Loading branch information
marcominerva committed Oct 15, 2024
1 parent c532ce1 commit 39becd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.10" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.12.1" />
<PackageReference Include="Azure.Identity" Version="1.13.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/TinyHelpers.AspNetCore/TinyHelpers.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.8.1" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 39becd9

Please sign in to comment.