Skip to content
Prev Previous commit
Next Next commit
Bring back removed using statement
  • Loading branch information
eiriktsarpalis committed Nov 17, 2023
commit 58cf1cb04a6a256187044d8cfdec7d28e2388d32
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Text.Json.Serialization.Converters;
using System.Text.Json.Serialization.Metadata;
Expand Down