Skip to content

Commit 3231eb7

Browse files
Lanning, MarkLanning, Mark
authored andcommitted
Update namespace and remove unused usings in JsonSerializer
Changed namespace to Services.AspNetCore.Extensions and removed unused System.Diagnostics and Json.Serialization.Metadata usings.
1 parent d280750 commit 3231eb7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Services/src/ThingsLibrary.Services.AspNetCore/Extensions/JsonSerializer.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
// </copyright>
66
// ================================================================================
77

8-
using System.Diagnostics;
9-
using System.Text.Json.Serialization.Metadata;
108
using Microsoft.AspNetCore.Mvc;
119

12-
namespace ThingsLibrary.Portal.Extensions
10+
namespace ThingsLibrary.Services.AspNetCore.Extensions
1311
{
1412
public static class IServiceCollectionExtensions
1513
{

0 commit comments

Comments
 (0)