Skip to content

Commit

Permalink
Fix package downgrade issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jongalloway committed Nov 16, 2024
1 parent 8d09f39 commit 54f4e11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions labs/5-Add-Checkout/end/Ordering.API/Ordering.API.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
Expand All @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.7" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.11" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.0.0" />
<PackageReference Include="MinimalAPis.Extensions" Version="0.11.0" />
</ItemGroup>

Expand Down

0 comments on commit 54f4e11

Please sign in to comment.