Merge pull request #6 from gaseous-project/dependabot/nuget/Microsoft.AspNetCore.OpenApi-7.0.5

chore(deps): bump Microsoft.AspNetCore.OpenApi from 7.0.4 to 7.0.5
This commit is contained in:
Michael Green
2023-05-01 00:46:54 +10:00
committed by GitHub

View File

@@ -10,7 +10,7 @@
<PropertyGroup Condition=" '$(RunConfiguration)' == 'https' " /> <PropertyGroup Condition=" '$(RunConfiguration)' == 'https' " />
<PropertyGroup Condition=" '$(RunConfiguration)' == 'http' " /> <PropertyGroup Condition=" '$(RunConfiguration)' == 'http' " />
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.4" /> <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.5" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup> </ItemGroup>