This commit is contained in:
Stef Heyenrath
2026-03-07 19:31:19 +01:00
parent 07d3c6ad51
commit 1efaaf6af5
2 changed files with 1 additions and 6 deletions
@@ -1,9 +1,7 @@
// Copyright © WireMock.Net
#if NETSTANDARD2_0
using System.Collections.Generic;
namespace WireMock.Net.OpenApiParser.Extensions;
namespace System.Collections.Generic;
internal static class DictionaryExtensions
{
@@ -1,9 +1,6 @@
// Copyright © WireMock.Net
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Nodes;
using Microsoft.OpenApi;