From 248336422b64e9fef0bf87b066407f10a0698cf2 Mon Sep 17 00:00:00 2001 From: Timerix22 Date: Fri, 1 Jul 2022 16:01:56 +0300 Subject: [PATCH] some minor changes --- DTLib.Dtsod/ClassSerializer/DtsodAttributes.cs | 4 +--- DTLib.Dtsod/DTLib.Dtsod.csproj | 6 +++--- DTLib.Dtsod/V30/DtsodV30.cs | 1 + DTLib.Network/DTLib.Network.csproj | 1 + DTLib.Network/OldNetwork.cs | 1 + DTLib/DTLib.csproj | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/DTLib.Dtsod/ClassSerializer/DtsodAttributes.cs b/DTLib.Dtsod/ClassSerializer/DtsodAttributes.cs index e870b1c..f71d9f4 100644 --- a/DTLib.Dtsod/ClassSerializer/DtsodAttributes.cs +++ b/DTLib.Dtsod/ClassSerializer/DtsodAttributes.cs @@ -1,6 +1,4 @@ -using System.Xml.Serialization; - -namespace DTLib.Dtsod; +namespace DTLib.Dtsod.ClassSerializer; [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface)] public class DtsodSerializableAttribute : Attribute diff --git a/DTLib.Dtsod/DTLib.Dtsod.csproj b/DTLib.Dtsod/DTLib.Dtsod.csproj index a37ad21..77a87ed 100644 --- a/DTLib.Dtsod/DTLib.Dtsod.csproj +++ b/DTLib.Dtsod/DTLib.Dtsod.csproj @@ -2,14 +2,14 @@ net6.0 - 10 + preview disable disable False portable - Debug;Release true - AnyCPU + Debug;Release + AnyCPU;x64;x86;arm64 diff --git a/DTLib.Dtsod/V30/DtsodV30.cs b/DTLib.Dtsod/V30/DtsodV30.cs index 10411c8..d912441 100644 --- a/DTLib.Dtsod/V30/DtsodV30.cs +++ b/DTLib.Dtsod/V30/DtsodV30.cs @@ -1,4 +1,5 @@ using System.Globalization; +using DTLib.Dtsod.ClassSerializer; namespace DTLib.Dtsod; diff --git a/DTLib.Network/DTLib.Network.csproj b/DTLib.Network/DTLib.Network.csproj index 5435cff..64ba4b3 100644 --- a/DTLib.Network/DTLib.Network.csproj +++ b/DTLib.Network/DTLib.Network.csproj @@ -8,6 +8,7 @@ False portable Debug;Release;Release-net48 + AnyCPU;x64;x86;arm64 diff --git a/DTLib.Network/OldNetwork.cs b/DTLib.Network/OldNetwork.cs index 19a34db..c853d31 100644 --- a/DTLib.Network/OldNetwork.cs +++ b/DTLib.Network/OldNetwork.cs @@ -2,6 +2,7 @@ global using System; global using System.Threading; global using System.Collections.Generic; +global using System.Linq; global using System.Text; global using DTLib.Extensions; global using DTLib.Filesystem; diff --git a/DTLib/DTLib.csproj b/DTLib/DTLib.csproj index b7036ca..8fddb6a 100644 --- a/DTLib/DTLib.csproj +++ b/DTLib/DTLib.csproj @@ -11,7 +11,7 @@ true False Debug;Release - AnyCPU + AnyCPU;x64;x86;arm64