Skip to content

Commit cd00ed6

Browse files
Merge pull request #42 from loresoft/dependabot/nuget/aspnetcore-198ad6e37f
Bump Microsoft.AspNetCore.OpenApi from 9.0.0 to 9.0.1 in the aspnetcore group
2 parents 7982782 + 3f67230 commit cd00ed6

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

0 commit comments

Comments
 (0)