Skip to content

Commit a17da1c

Browse files
Bump Microsoft.AspNetCore.OpenApi
Bumps the aspnetcore group with 1 update in the / directory: [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore). Updates `Microsoft.AspNetCore.OpenApi` from 8.0.3 to 8.0.13 - [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.13) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.OpenApi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aspnetcore ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dbc89a5 commit a17da1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Sample.Api/Sample.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PropertyGroup Condition=" '$(RunConfiguration)' == 'https' " />
1010
<PropertyGroup Condition=" '$(RunConfiguration)' == 'http' " />
1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.3" />
12+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.13" />
1313
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.1" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)