Skip to content

Commit b9b4e7d

Browse files
committed
Updated ASP.NET test framework to latest patch
This corresponds with today's release of .NET 5.0.5
1 parent 3369908 commit b9b4e7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OnTopic.AspNetCore.Mvc.IntegrationTests/OnTopic.AspNetCore.Mvc.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>
19-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.4" />
19+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.5" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

0 commit comments

Comments
 (0)