Skip to content

Commit

Permalink
Merge pull request #2 from pradeept95/dependabot/nuget/ContentWrapper…
Browse files Browse the repository at this point in the history
…Example.Core/ContentWrapperExample.Core/Microsoft.AspNetCore.Http-2.1.22

Bump Microsoft.AspNetCore.Http from 2.1.1 to 2.1.22 in /ContentWrapperExample.Core/ContentWrapperExample.Core
  • Loading branch information
pradeept95 authored Feb 27, 2023
2 parents 3faf849 + 65c5afe commit d344115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.22" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.22" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.1.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>
Expand Down

0 comments on commit d344115

Please sign in to comment.