diff --git a/DTLib.Dtsod/DTLib.Dtsod.csproj b/DTLib.Dtsod/DTLib.Dtsod.csproj index e7c608c..34549e2 100644 --- a/DTLib.Dtsod/DTLib.Dtsod.csproj +++ b/DTLib.Dtsod/DTLib.Dtsod.csproj @@ -2,7 +2,7 @@ DTLib.Dtsod - 1.1.1 + 1.1.2 Timerix Definitely not json GIT @@ -14,7 +14,7 @@ net6.0;netstandard2.0;net48 embedded - 10 + 11 disable disable @@ -33,17 +33,11 @@ - + - - Always - true - runtimes/ - - diff --git a/DTLib.Dtsod/Experimental/V30/DtsodV30.cs b/DTLib.Dtsod/Experimental/V30/DtsodV30.cs index d912441..766ab76 100644 --- a/DTLib.Dtsod/Experimental/V30/DtsodV30.cs +++ b/DTLib.Dtsod/Experimental/V30/DtsodV30.cs @@ -252,7 +252,7 @@ public class DtsodV30 : DtsodDict, IDtsod return output; } - public override void Append(ICollection> anotherDtsod) => base.Append(anotherDtsod);//UpdateLazy(); + // public override void Append(ICollection> anotherDtsod) => base.Append(anotherDtsod);//UpdateLazy(); public override void Add(string key, dynamic value) => base.Add(key, (object)value);//UpdateLazy(); diff --git a/DTLib.Dtsod/Experimental/V30/TypeHelper.cs b/DTLib.Dtsod/Experimental/V30/TypeHelper.cs index 85af153..701eaf0 100644 --- a/DTLib.Dtsod/Experimental/V30/TypeHelper.cs +++ b/DTLib.Dtsod/Experimental/V30/TypeHelper.cs @@ -41,7 +41,7 @@ public class TypeHelper { typeof(decimal), "decimal" } }; - private DtsodDict ST_extensions = new() + private Dictionary ST_extensions = new() { { "List", typeof(List) }, { "List", typeof(List) }, @@ -58,7 +58,7 @@ public class TypeHelper { "List", typeof(List) }, { "List", typeof(List) }, }; - private DtsodDict TS_extensions = new() + private Dictionary TS_extensions = new() { { typeof(List), "List" }, { typeof(List), "List" }, diff --git a/DTLib.Logging/DTLib.Logging.csproj b/DTLib.Logging/DTLib.Logging.csproj index 4783b80..6c3b81a 100644 --- a/DTLib.Logging/DTLib.Logging.csproj +++ b/DTLib.Logging/DTLib.Logging.csproj @@ -2,7 +2,7 @@ DTLib.Logging - 1.1.1 + 1.1.2 Timerix Loggers with dependency injection GIT @@ -30,7 +30,7 @@ - + diff --git a/DTLib.Network/DTLib.Network.csproj b/DTLib.Network/DTLib.Network.csproj index cd89f41..92a2ab7 100644 --- a/DTLib.Network/DTLib.Network.csproj +++ b/DTLib.Network/DTLib.Network.csproj @@ -2,7 +2,7 @@ DTLib.Network - 1.1.1 + 1.1.2 Timerix Some sick network protocols GIT @@ -32,6 +32,6 @@ - + diff --git a/DTLib.Tests/DTLib.Tests.csproj b/DTLib.Tests/DTLib.Tests.csproj index 742f7a3..a976623 100644 --- a/DTLib.Tests/DTLib.Tests.csproj +++ b/DTLib.Tests/DTLib.Tests.csproj @@ -27,10 +27,10 @@ - - - - + + + + diff --git a/DTLib/DTLib.csproj b/DTLib/DTLib.csproj index a4a88d5..e4e9080 100644 --- a/DTLib/DTLib.csproj +++ b/DTLib/DTLib.csproj @@ -2,7 +2,7 @@ DTLib - 1.1.2 + 1.1.3 Timerix Library for all my C# projects GIT