Skip to content

Commit d4b6f55

Browse files
Bump Microsoft.AspNetCore.TestHost from 6.0.9 to 6.0.15 (#2054)
Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 6.0.9 to 6.0.15. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v6.0.9...v6.0.15) --- 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 bf24794 commit d4b6f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Nullable>enable</Nullable>
44
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717
<ItemGroup>
1818
<PackageReference Include="HttpTracer" Version="2.1.1" />
19-
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.9" />
19+
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.15" />
2020
<PackageReference Include="Polly" Version="7.2.3" />
2121
<PackageReference Include="Xunit.Extensions.Logging" Version="1.1.0" />
2222
</ItemGroup>

0 commit comments

Comments
 (0)