Skip to content

Commit c018d83

Browse files
Merge pull request #55 from loresoft/dependabot/nuget/aspnetcore-d628a19d8a
Bump Microsoft.AspNetCore.OpenApi from 9.0.3 to 9.0.4 in the aspnetcore group
2 parents c7d4fc1 + 2574d75 commit c018d83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/Sample.Middleware/Sample.Middleware.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.3" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.4" />
1111
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.1" />
1212
</ItemGroup>
1313

samples/Sample.MinimalApi/Sample.MinimalApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.3" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.4" />
1111
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.1" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)