Skip to content

Commit

Permalink
Bump Microsoft.AspNetCore.OpenApi in /server in the aspnet-core group
Browse files Browse the repository at this point in the history
Bumps the aspnet-core group in /server with 1 update: [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore).


Updates `Microsoft.AspNetCore.OpenApi` from 8.0.3 to 8.0.4
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.3...v8.0.4)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspnet-core
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ffried committed Apr 10, 2024
1 parent 04a7b68 commit fc7b72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/SensorServer/SensorServer.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="8.0.3" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.3">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit fc7b72e

Please sign in to comment.