Skip to content

Commit 1803402

Browse files
Bump Microsoft.AspNetCore.TestHost from 6.0.1 to 6.0.2 (#1740)
Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.TestHost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40a64b4 commit 1803402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/RestSharp.Tests.Integrated/RestSharp.Tests.Integrated.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414
<ItemGroup>
1515
<PackageReference Include="HttpTracer" Version="2.1.1" />
16-
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.1" />
16+
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.2" />
1717
<PackageReference Include="Polly" Version="7.2.3" />
1818
<PackageReference Include="Xunit.Extensions.Logging" Version="1.1.0" />
1919
</ItemGroup>

0 commit comments

Comments
 (0)