Skip to content

Commit

Permalink
Merge pull request #56 from alexcampana/dependabot/nuget/Microsoft.As…
Browse files Browse the repository at this point in the history
…pNetCore.Mvc.Testing-7.0.3

Bump Microsoft.AspNetCore.Mvc.Testing from 6.0.13 to 7.0.3
  • Loading branch information
alexcampana authored Feb 27, 2023
2 parents 59e53bb + 2387810 commit 303dc46
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.14" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 303dc46

Please sign in to comment.