Add WireMock.Net.xUnit project (#759)

* WireMock.Net.xunit

* Xunit

* c

* .

* x
This commit is contained in:
Stef Heyenrath
2022-05-21 09:00:24 +02:00
committed by GitHub
parent ca6c39c63a
commit 8d57f37261
6 changed files with 138 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
<ProjectReference Include="..\..\src\WireMock.Net.FluentAssertions\WireMock.Net.FluentAssertions.csproj" />
<ProjectReference Include="..\..\src\WireMock.Net.Matchers.CSharpCode\WireMock.Net.Matchers.CSharpCode.csproj" />
<ProjectReference Include="..\..\src\WireMock.Net.RestClient\WireMock.Net.RestClient.csproj" />
<ProjectReference Include="..\..\src\WireMock.Net.xUnit\WireMock.Net.xUnit.csproj" />
<ProjectReference Include="..\..\src\WireMock.Net\WireMock.Net.csproj" />
</ItemGroup>