From d6e19532bc09827fef72a03598e5750e2223fb26 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 2 Mar 2026 19:24:10 +0100 Subject: [PATCH] Fix building example projects --- .../WireMock.Net.Console.Proxy.NETCoreApp.csproj | 1 - .../WireMock.Net.OpenApiParser.ConsoleApp.csproj | 7 +++++++ examples/WireMock.Net.Service/packages.config | 4 ++-- .../WireMock.Net.WebApplication.NET6.csproj | 1 - .../WireMockAzureQueueProxy/WireMockAzureQueueProxy.csproj | 4 ---- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/examples/WireMock.Net.Console.Proxy.NETCoreApp/WireMock.Net.Console.Proxy.NETCoreApp.csproj b/examples/WireMock.Net.Console.Proxy.NETCoreApp/WireMock.Net.Console.Proxy.NETCoreApp.csproj index bdd303f5..4ee3482d 100644 --- a/examples/WireMock.Net.Console.Proxy.NETCoreApp/WireMock.Net.Console.Proxy.NETCoreApp.csproj +++ b/examples/WireMock.Net.Console.Proxy.NETCoreApp/WireMock.Net.Console.Proxy.NETCoreApp.csproj @@ -9,7 +9,6 @@ - diff --git a/examples/WireMock.Net.OpenApiParser.ConsoleApp/WireMock.Net.OpenApiParser.ConsoleApp.csproj b/examples/WireMock.Net.OpenApiParser.ConsoleApp/WireMock.Net.OpenApiParser.ConsoleApp.csproj index ddc6cf32..42c4907b 100644 --- a/examples/WireMock.Net.OpenApiParser.ConsoleApp/WireMock.Net.OpenApiParser.ConsoleApp.csproj +++ b/examples/WireMock.Net.OpenApiParser.ConsoleApp/WireMock.Net.OpenApiParser.ConsoleApp.csproj @@ -11,6 +11,13 @@ + + + + + PreserveNewest diff --git a/examples/WireMock.Net.Service/packages.config b/examples/WireMock.Net.Service/packages.config index eed78af0..489a0859 100644 --- a/examples/WireMock.Net.Service/packages.config +++ b/examples/WireMock.Net.Service/packages.config @@ -1,4 +1,4 @@ - + @@ -12,5 +12,5 @@ - + \ No newline at end of file diff --git a/examples/WireMock.Net.WebApplication.NET6/WireMock.Net.WebApplication.NET6.csproj b/examples/WireMock.Net.WebApplication.NET6/WireMock.Net.WebApplication.NET6.csproj index f6a66ee9..97ebf22d 100644 --- a/examples/WireMock.Net.WebApplication.NET6/WireMock.Net.WebApplication.NET6.csproj +++ b/examples/WireMock.Net.WebApplication.NET6/WireMock.Net.WebApplication.NET6.csproj @@ -12,7 +12,6 @@ - diff --git a/examples/WireMockAzureQueueProxy/WireMockAzureQueueProxy.csproj b/examples/WireMockAzureQueueProxy/WireMockAzureQueueProxy.csproj index e516dbde..b680539b 100644 --- a/examples/WireMockAzureQueueProxy/WireMockAzureQueueProxy.csproj +++ b/examples/WireMockAzureQueueProxy/WireMockAzureQueueProxy.csproj @@ -5,10 +5,6 @@ net6.0 - - - -