Skip to content

Commit 1baa348

Browse files
Merge pull request #79 from loresoft/dependabot/nuget/samples/Sample.Middleware/aspnetcore-27a30474fb
Bump the aspnetcore group with 1 update
2 parents 1b49a85 + 70b5c0e commit 1baa348

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.9" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.10" />
1111
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.3" />
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.9" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.10" />
1111
<PackageReference Include="Scalar.AspNetCore" Version="2.6.9" />
1212
</ItemGroup>
1313

src/AspNetCore.SecurityKey/AspNetCore.SecurityKey.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
14-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.9" />
14+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.10" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)