Update test package for AspNetCore instrumentation tests (#4785)

This commit is contained in:
Utkarsh Umesan Pillai 2023-08-18 13:11:25 -07:00 committed by GitHub
parent d9d0e24412
commit 10b8a0aa6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" VersionOverride="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" VersionOverride="6.0.21" />
</ItemGroup>
</Project>