Skip to content

Commit 2074a5c

Browse files
committed
Remove TestHost
1 parent 6dc5f1a commit 2074a5c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/RestSharp.IntegrationTests/NonProtocolExceptionHandlingTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Net;
2-
using Microsoft.AspNetCore.TestHost;
32
using RestSharp.Tests.Shared.Fixtures;
43

54
namespace RestSharp.IntegrationTests;

test/RestSharp.IntegrationTests/RestSharp.IntegrationTests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<None Update="Assets\TestFile.txt" CopyToOutputDirectory="PreserveNewest" />
1313
</ItemGroup>
1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.0" />
1615
<PackageReference Include="Xunit.Extensions.Logging" Version="1.1.0" />
1716
</ItemGroup>
1817
<ItemGroup>

0 commit comments

Comments
 (0)