diff --git a/Demo/SwizlyPeasy.Demo.API/SwizlyPeasy.Demo.API.csproj b/Demo/SwizlyPeasy.Demo.API/SwizlyPeasy.Demo.API.csproj index 00e58bc..774d457 100644 --- a/Demo/SwizlyPeasy.Demo.API/SwizlyPeasy.Demo.API.csproj +++ b/Demo/SwizlyPeasy.Demo.API/SwizlyPeasy.Demo.API.csproj @@ -10,7 +10,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.5" /> + <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.6" /> <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" /> </ItemGroup> diff --git a/SwizlyPeasy.Gateway.API/SwizlyPeasy.Gateway.API.csproj b/SwizlyPeasy.Gateway.API/SwizlyPeasy.Gateway.API.csproj index 9cc652d..3e03308 100644 --- a/SwizlyPeasy.Gateway.API/SwizlyPeasy.Gateway.API.csproj +++ b/SwizlyPeasy.Gateway.API/SwizlyPeasy.Gateway.API.csproj @@ -24,7 +24,7 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.5" /> + <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.6" /> <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" /> </ItemGroup>