Skip to content

Commit

Permalink
Bump Microsoft.AspNetCore.Mvc.Core in /src/NSwag.Generation.AspNetCore (
Browse files Browse the repository at this point in the history
#4527)

Bumps Microsoft.AspNetCore.Mvc.Core from 1.0.4 to 1.0.6.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
1 parent e078e67 commit 81db67d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;net6.0;net7.0</TargetFrameworks>
<PackageTags>Swagger Documentation AspNetCore</PackageTags>
Expand All @@ -8,7 +8,7 @@

<ItemGroup Condition=" '$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.AspNetCore.Mvc.ApiExplorer" Version="1.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="1.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="1.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="1.0.4" />
</ItemGroup>

Expand Down

0 comments on commit 81db67d

Please sign in to comment.