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 // Copyright © WireMock.Net
#if NETSTANDARD2_0 #if NETSTANDARD2_0
using System.Collections.Generic; namespace System.Collections.Generic;
namespace WireMock.Net.OpenApiParser.Extensions;
internal static class DictionaryExtensions internal static class DictionaryExtensions
{ {
@@ -1,9 +1,6 @@
// Copyright © WireMock.Net // Copyright © WireMock.Net
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis; using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Text.Json; using System.Text.Json;
using System.Text.Json.Nodes; using System.Text.Json.Nodes;
using Microsoft.OpenApi; using Microsoft.OpenApi;