Skip to content

Commit

Permalink
Merge pull request #42 from loresoft/dependabot/nuget/aspnetcore-198a…
Browse files Browse the repository at this point in the history
…d6e37f

Bump Microsoft.AspNetCore.OpenApi from 9.0.0 to 9.0.1 in the aspnetcore group
  • Loading branch information
github-actions[bot] authored Jan 15, 2025
2 parents 7982782 + 3f67230 commit cd00ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/Sample.Middleware/Sample.Middleware.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion samples/Sample.MinimalApi/Sample.MinimalApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
</ItemGroup>

Expand Down

0 comments on commit cd00ed6

Please sign in to comment.