Skip to content

Commit

Permalink
Upgrade Microsoft.AspNetCore.Mvc.Testing to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Jun 1, 2020
1 parent 1d8dbff commit 92759a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Boxed.DotnetNewTest/Boxed.DotnetNewTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup Label="Package References">
<FrameworkReference Condition="'$(TargetFramework)' == 'netcoreapp3.0' OR '$(TargetFramework)' == 'netcoreapp3.1'" Include="Microsoft.AspNetCore.App" />
<PackageReference Condition="'$(TargetFramework)' == 'netcoreapp3.0'" Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.0.0" />
<PackageReference Condition="'$(TargetFramework)' == 'netcoreapp3.1'" Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.3" />
<PackageReference Condition="'$(TargetFramework)' == 'netcoreapp3.1'" Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.4" />
</ItemGroup>

<ItemGroup Label="Files">
Expand Down

0 comments on commit 92759a7

Please sign in to comment.