Skip to content

Commit 537a2e1

Browse files
committed
fix build
1 parent f3f45e6 commit 537a2e1

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

test/FluentRest.Factory.Tests/FactoryTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public void NotConfiguredClient()
7878

7979
var fluentClientFactory = serviceProvider.GetService<IFluentClientFactory>();
8080
var fluentSampleClient = fluentClientFactory.CreateClient("sample");
81-
Assert.Equal(typeof(JsonContentSerializer), fluentSampleClient.ContentSerializer.GetType());
8281
Assert.IsAssignableFrom<IFluentClient>(fluentSampleClient);
8382
}
8483

test/FluentRest.Tests/FluentRest.Tests.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
18-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
1917
<PackageReference Include="Microsoft.Extensions.Http" />
2018
<PackageReference Include="Microsoft.NET.Test.Sdk" />
21-
<PackageReference Include="System.Text.Json" />
2219
<PackageReference Include="Testcontainers" />
2320
<PackageReference Include="XUnit.Hosting" />
2421
<PackageReference Include="xunit.runner.visualstudio">

0 commit comments

Comments
 (0)