Replace NewtonSoft.Json for System.Text.Json.

This commit is contained in:
2022-12-15 02:06:31 +00:00
parent c6d2cf38bb
commit 73730c4e0f
4 changed files with 4 additions and 4 deletions

View File

@@ -42,11 +42,12 @@ using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.Text.Json.Serialization;
using Aaru.CommonTypes.Enums;
using Aaru.CommonTypes.Structs.Devices.ATA;
using Aaru.CommonTypes.Structs.Devices.SCSI;
using Aaru.CommonTypes.Structs.Devices.SCSI.Modes;
using Newtonsoft.Json;
#pragma warning disable 1591