diff --git a/singletonclient/ClientTestApp/App.config b/singletonclient/ClientTestApp/App.config
index 892c7c300..9991fde1e 100644
--- a/singletonclient/ClientTestApp/App.config
+++ b/singletonclient/ClientTestApp/App.config
@@ -7,7 +7,19 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/singletonclient/ClientTestApp/ClientTestApp.csproj b/singletonclient/ClientTestApp/ClientTestApp.csproj
index 18c883f82..8699fdc62 100644
--- a/singletonclient/ClientTestApp/ClientTestApp.csproj
+++ b/singletonclient/ClientTestApp/ClientTestApp.csproj
@@ -33,17 +33,48 @@
4
-
- ..\packages\Microsoft.DotNet.PlatformAbstractions.2.0.4\lib\net45\Microsoft.DotNet.PlatformAbstractions.dll
+
+ ..\packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll
-
- ..\packages\Microsoft.Extensions.DependencyModel.2.0.4\lib\net451\Microsoft.Extensions.DependencyModel.dll
+
+ ..\packages\Microsoft.DotNet.PlatformAbstractions.3.1.6\lib\net45\Microsoft.DotNet.PlatformAbstractions.dll
-
- ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll
+
+ ..\packages\Microsoft.Extensions.DependencyModel.7.0.0\lib\net462\Microsoft.Extensions.DependencyModel.dll
+
+
+ ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll
+
+ ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll
+
+
+ ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll
+
+
+
+ ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll
+
+
+
+ ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll
+
+
+ ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll
+ True
+ True
+
+
+ ..\packages\System.Text.Encodings.Web.7.0.0\lib\net462\System.Text.Encodings.Web.dll
+
+
+ ..\packages\System.Text.Json.7.0.3\lib\net462\System.Text.Json.dll
+
+
+ ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll
+
..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll
@@ -53,8 +84,8 @@
-
- ..\packages\YamlDotNet.8.1.2\lib\net45\YamlDotNet.dll
+
+ ..\packages\YamlDotNet.13.1.1\lib\net47\YamlDotNet.dll
diff --git a/singletonclient/ClientTestApp/packages.config b/singletonclient/ClientTestApp/packages.config
index 806c950f3..d35a46051 100644
--- a/singletonclient/ClientTestApp/packages.config
+++ b/singletonclient/ClientTestApp/packages.config
@@ -1,8 +1,17 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file
diff --git a/singletonclient/Product1ResLib/Product1ResLib.csproj b/singletonclient/Product1ResLib/Product1ResLib.csproj
index ffb0ec1c3..e2f0da8c8 100644
--- a/singletonclient/Product1ResLib/Product1ResLib.csproj
+++ b/singletonclient/Product1ResLib/Product1ResLib.csproj
@@ -34,16 +34,16 @@
..\packages\MosaicoSolutions.CSharpProperties.4.0.0\lib\netstandard2.0\MosaicoSolutions.CSharpProperties.dll
-
- ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll
+
+ ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll
- ..\packages\Newtonsoft.Json.Schema.3.0.10\lib\net45\Newtonsoft.Json.Schema.dll
+ ..\packages\Newtonsoft.Json.Schema.3.0.15\lib\net45\Newtonsoft.Json.Schema.dll
-
- ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll
+
+ ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll
@@ -51,8 +51,8 @@
-
- ..\packages\YamlDotNet.8.1.2\lib\net45\YamlDotNet.dll
+
+ ..\packages\YamlDotNet.13.1.1\lib\net47\YamlDotNet.dll
diff --git a/singletonclient/Product1ResLib/app.config b/singletonclient/Product1ResLib/app.config
index e936cc132..a0cefc2f3 100644
--- a/singletonclient/Product1ResLib/app.config
+++ b/singletonclient/Product1ResLib/app.config
@@ -4,7 +4,7 @@
-
+
diff --git a/singletonclient/Product1ResLib/packages.config b/singletonclient/Product1ResLib/packages.config
index 52eba813d..746b878b4 100644
--- a/singletonclient/Product1ResLib/packages.config
+++ b/singletonclient/Product1ResLib/packages.config
@@ -1,8 +1,8 @@
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/singletonclient/SingletonClient/SingletonClient.csproj b/singletonclient/SingletonClient/SingletonClient.csproj
index 6a26c7825..f3da0f8c2 100644
--- a/singletonclient/SingletonClient/SingletonClient.csproj
+++ b/singletonclient/SingletonClient/SingletonClient.csproj
@@ -8,12 +8,12 @@
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
diff --git a/singletonclient/UnitTestSingleton/UnitTestSingleton.csproj b/singletonclient/UnitTestSingleton/UnitTestSingleton.csproj
index 74da6c199..af4237d7b 100644
--- a/singletonclient/UnitTestSingleton/UnitTestSingleton.csproj
+++ b/singletonclient/UnitTestSingleton/UnitTestSingleton.csproj
@@ -38,16 +38,16 @@
4
-
- False
+
+ ..\packages\MicrosoftVisualStudioQualityToolsUnitTestFramework.1.0.2\lib\net45\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
-
- ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll
+
+ ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll
-
- ..\packages\YamlDotNet.8.1.2\lib\net45\YamlDotNet.dll
+
+ ..\packages\YamlDotNet.13.1.1\lib\net47\YamlDotNet.dll
diff --git a/singletonclient/UnitTestSingleton/packages.config b/singletonclient/UnitTestSingleton/packages.config
index 2c3c96bd9..5d83112bc 100644
--- a/singletonclient/UnitTestSingleton/packages.config
+++ b/singletonclient/UnitTestSingleton/packages.config
@@ -1,6 +1,6 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/singletonclient/UnitTestSingletonIcu/UnitTestSingletonIcu.csproj b/singletonclient/UnitTestSingletonIcu/UnitTestSingletonIcu.csproj
index e926f7c46..bf7baa5b0 100644
--- a/singletonclient/UnitTestSingletonIcu/UnitTestSingletonIcu.csproj
+++ b/singletonclient/UnitTestSingletonIcu/UnitTestSingletonIcu.csproj
@@ -1,6 +1,6 @@
-
+
Debug
@@ -41,10 +41,10 @@
- ..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
+ ..\packages\MSTest.TestFramework.3.0.4\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
- ..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
+ ..\packages\MSTest.TestFramework.3.0.4\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
@@ -72,8 +72,8 @@
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
-
-
+
+
-
+
\ No newline at end of file
diff --git a/singletonclient/UnitTestSingletonIcu/packages.config b/singletonclient/UnitTestSingletonIcu/packages.config
index 2f7c5a189..e603a8060 100644
--- a/singletonclient/UnitTestSingletonIcu/packages.config
+++ b/singletonclient/UnitTestSingletonIcu/packages.config
@@ -1,5 +1,5 @@
-
-
+
+
\ No newline at end of file