Skip to content

Commit f60a8bc

Browse files
Merge pull request #46 from loresoft/dependabot/nuget/aspnetcore-eb556e37ab
Bump Microsoft.AspNetCore.OpenApi from 9.0.1 to 9.0.2 in the aspnetcore group
2 parents 5b38e72 + 7a9f016 commit f60a8bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.1" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" />
1111
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
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.1" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" />
1111
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)