Skip to content

Commit b7270d0

Browse files
Merge pull request #73 from loresoft/dependabot/nuget/samples/Sample.Middleware/aspnetcore-4ad1fef385
Bump the aspnetcore group with 1 update
2 parents fe30d08 + 525fcd3 commit b7270d0

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.7" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.8" />
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.7" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.8" />
1111
<PackageReference Include="Scalar.AspNetCore" Version="2.6.5" />
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.7" />
14+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.8" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)