Fix building example projects

This commit is contained in:
Stef Heyenrath
2026-03-02 19:24:10 +01:00
parent df85649b67
commit d6e19532bc
5 changed files with 9 additions and 8 deletions

View File

@@ -5,10 +5,6 @@
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\WireMock.Net.Abstractions\WireMock.Net.Abstractions.csproj" />
<ProjectReference Include="..\..\src\WireMock.Net\WireMock.Net.csproj" />