Skip to content

Commit b8bfe9d

Browse files
committed
clean
1 parent 50113e9 commit b8bfe9d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

samples/CommandQuery.Sample.AspNetCore.Tests/CommandControllerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System.Net;
2+
using System.Net.Http.Json;
23
using CommandQuery.Sample.Contracts.Commands;
34
using FluentAssertions;
45
using Microsoft.AspNetCore.Mvc.Testing;

samples/CommandQuery.Sample.AspNetCore.Tests/CommandQuery.Sample.AspNetCore.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
<ItemGroup>
99
<PackageReference Include="FluentAssertions" Version="6.12.0" />
10-
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
1110
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.7" />
1211
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1312
<PackageReference Include="NUnit" Version="4.1.0" />

0 commit comments

Comments
 (0)