Skip to content

Commit

Permalink
Merge pull request #7 from AndrewMcLachlan/dependabot/nuget/Microsoft…
Browse files Browse the repository at this point in the history
….AspNetCore.OpenApi-8.0.1
  • Loading branch information
AndrewMcLachlan authored Jan 16, 2024
2 parents 793cc33 + 3330651 commit 6aa60c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Asm.AspNetCore.Api/Asm.AspNetCore.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Asm.Cqrs.AspNetCore/Asm.Cqrs.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.1" />
<ProjectReference Include="..\Asm.Cqrs\Asm.Cqrs.csproj" />
<ProjectReference Include="..\Asm\Asm.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 6aa60c1

Please sign in to comment.