Update dependency Microsoft.AspNetCore.OpenApi to v10 #23

Merged
mcmuzzle merged 3 commits from renovate/major-dotnet-monorepo into main 2026-02-05 20:59:40 +00:00
Showing only changes of commit ca07af9e70 - Show all commits

View File

@@ -8,7 +8,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.23" /> <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
</ItemGroup> </ItemGroup>