Skip to content

Commit 83d09c6

Browse files
Merge pull request #52 from loresoft/dependabot/nuget/aspnetcore-b18c3988f7
Bump Microsoft.AspNetCore.OpenApi from 9.0.2 to 9.0.3 in the aspnetcore group
2 parents b134395 + 6c04e0b commit 83d09c6

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.2" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.3" />
1111
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.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.2" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.3" />
1111
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.1" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)