diff --git a/QuickFiler.Test/QuickFiler.Test.csproj b/QuickFiler.Test/QuickFiler.Test.csproj index 9aae39f6e..4a52c7aa6 100644 --- a/QuickFiler.Test/QuickFiler.Test.csproj +++ b/QuickFiler.Test/QuickFiler.Test.csproj @@ -1,5 +1,6 @@ + @@ -159,8 +160,8 @@ ..\packages\Microsoft.ApplicationInsights.3.1.1\lib\net462\Microsoft.ApplicationInsights.dll - - ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.7\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.10\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll ..\packages\Microsoft.Bcl.TimeProvider.10.0.7\lib\net462\Microsoft.Bcl.TimeProvider.dll @@ -402,6 +403,7 @@ + @@ -421,4 +423,4 @@ - + \ No newline at end of file diff --git a/QuickFiler.Test/app.config b/QuickFiler.Test/app.config index 5bd5cd221..60eda573d 100644 --- a/QuickFiler.Test/app.config +++ b/QuickFiler.Test/app.config @@ -64,7 +64,7 @@ publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> - + diff --git a/QuickFiler.Test/packages.config b/QuickFiler.Test/packages.config index 868f50fd0..b60606ba2 100644 --- a/QuickFiler.Test/packages.config +++ b/QuickFiler.Test/packages.config @@ -1,14 +1,27 @@  + + - + + + + @@ -140,29 +165,4 @@ - - - - - diff --git a/QuickFiler/QuickFiler.csproj b/QuickFiler/QuickFiler.csproj index 2eec6a184..e27c4c257 100644 --- a/QuickFiler/QuickFiler.csproj +++ b/QuickFiler/QuickFiler.csproj @@ -1,5 +1,6 @@ + Debug @@ -55,11 +56,13 @@ ..\packages\log4net.Ext.Json.3.0.3\lib\net462\log4net.Ext.Json.dll - - ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.7\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.10\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True - - ..\packages\Microsoft.Bcl.Memory.10.0.7\lib\net462\Microsoft.Bcl.Memory.dll + + ..\packages\Microsoft.Bcl.Memory.10.0.10\lib\net462\Microsoft.Bcl.Memory.dll + True ..\packages\Microsoft.Bcl.TimeProvider.10.0.7\lib\net462\Microsoft.Bcl.TimeProvider.dll @@ -540,6 +543,7 @@ + @@ -557,4 +561,4 @@ - + \ No newline at end of file diff --git a/QuickFiler/app.config b/QuickFiler/app.config index 5eec23a1b..f1b3ca02d 100644 --- a/QuickFiler/app.config +++ b/QuickFiler/app.config @@ -72,7 +72,7 @@ publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> - + @@ -304,7 +304,7 @@ publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> - + + - - + + + + @@ -17,6 +30,18 @@ + + @@ -82,29 +107,4 @@ - - - - - diff --git a/Tags.Test/Tags.Test.csproj b/Tags.Test/Tags.Test.csproj index d4ffd6fc8..99a63cc84 100644 --- a/Tags.Test/Tags.Test.csproj +++ b/Tags.Test/Tags.Test.csproj @@ -1,5 +1,6 @@ + @@ -59,8 +60,8 @@ ..\packages\Microsoft.ApplicationInsights.3.1.1\lib\net462\Microsoft.ApplicationInsights.dll - - ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.7\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.10\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll @@ -289,6 +290,7 @@ + @@ -308,4 +310,4 @@ - + \ No newline at end of file diff --git a/Tags.Test/app.config b/Tags.Test/app.config index 880722376..a6aca1a9b 100644 --- a/Tags.Test/app.config +++ b/Tags.Test/app.config @@ -80,7 +80,7 @@ publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> - + + + - + + + + @@ -132,29 +157,4 @@ - - - - - diff --git a/Tags/Tags.csproj b/Tags/Tags.csproj index d1acf389a..100a28e1d 100644 --- a/Tags/Tags.csproj +++ b/Tags/Tags.csproj @@ -1,9 +1,7 @@ - + + Debug AnyCPU @@ -105,4 +103,10 @@ - + + + This project references NuGet package(s) that are missing on this computer. Enable 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/Tags/packages.config b/Tags/packages.config index 095f15f6e..587cca747 100644 --- a/Tags/packages.config +++ b/Tags/packages.config @@ -1,16 +1,17 @@  + @@ -20,10 +21,9 @@ targetFramework="net481" developmentDependency="true" /> - diff --git a/TaskMaster.Test/TaskMaster.Test.csproj b/TaskMaster.Test/TaskMaster.Test.csproj index 96d840244..1cdea73a2 100644 --- a/TaskMaster.Test/TaskMaster.Test.csproj +++ b/TaskMaster.Test/TaskMaster.Test.csproj @@ -1,5 +1,6 @@ + @@ -66,8 +67,8 @@ ..\packages\Microsoft.ApplicationInsights.3.1.1\lib\net462\Microsoft.ApplicationInsights.dll - - ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.7\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.10\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll @@ -340,6 +341,7 @@ + @@ -359,4 +361,4 @@ - + \ No newline at end of file diff --git a/TaskMaster.Test/app.config b/TaskMaster.Test/app.config index dea29fb51..faec01b1b 100644 --- a/TaskMaster.Test/app.config +++ b/TaskMaster.Test/app.config @@ -56,7 +56,7 @@ publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> - + diff --git a/TaskMaster.Test/packages.config b/TaskMaster.Test/packages.config index 70a712a91..e5a4fbee4 100644 --- a/TaskMaster.Test/packages.config +++ b/TaskMaster.Test/packages.config @@ -1,13 +1,26 @@  + + - + + + + @@ -135,29 +160,4 @@ - - - - - diff --git a/TaskMaster/TaskMaster.csproj b/TaskMaster/TaskMaster.csproj index b710eeb7c..a141c085b 100644 --- a/TaskMaster/TaskMaster.csproj +++ b/TaskMaster/TaskMaster.csproj @@ -1,4 +1,5 @@ + @@ -202,4 +198,4 @@ - + \ No newline at end of file diff --git a/ToDoModel/app.config b/ToDoModel/app.config index 6c87eab58..bb96e68e3 100644 --- a/ToDoModel/app.config +++ b/ToDoModel/app.config @@ -57,7 +57,7 @@ publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> - + @@ -317,7 +317,7 @@ publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> - + + - - - - - - - - - - - - - - - + + + + + - + + + + + + + + + + diff --git a/UtilitiesCS.Test/UtilitiesCS.Test.csproj b/UtilitiesCS.Test/UtilitiesCS.Test.csproj index 9dafb6955..d940b5ee9 100644 --- a/UtilitiesCS.Test/UtilitiesCS.Test.csproj +++ b/UtilitiesCS.Test/UtilitiesCS.Test.csproj @@ -1,5 +1,6 @@ + @@ -539,14 +540,16 @@ ..\packages\Microsoft.ApplicationInsights.3.1.1\lib\net462\Microsoft.ApplicationInsights.dll - - ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.7\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.10\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True ..\packages\Microsoft.Bcl.HashCode.6.0.0\lib\net462\Microsoft.Bcl.HashCode.dll - - ..\packages\Microsoft.Bcl.Memory.10.0.7\lib\net462\Microsoft.Bcl.Memory.dll + + ..\packages\Microsoft.Bcl.Memory.10.0.10\lib\net462\Microsoft.Bcl.Memory.dll + True ..\packages\Microsoft.Bcl.TimeProvider.10.0.7\lib\net462\Microsoft.Bcl.TimeProvider.dll @@ -893,6 +896,7 @@ + @@ -912,4 +916,4 @@ - + \ No newline at end of file diff --git a/UtilitiesCS.Test/app.config b/UtilitiesCS.Test/app.config index 27f11b296..80b00a46a 100644 --- a/UtilitiesCS.Test/app.config +++ b/UtilitiesCS.Test/app.config @@ -64,7 +64,7 @@ publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> - + @@ -160,7 +160,7 @@ publicKeyToken="31bf3856ad364e35" culture="neutral" /> - + - + - + - + - + - + - + - + - + - + + @@ -8,15 +9,22 @@ + - + - + @@ -73,6 +81,11 @@ targetFramework="net481" /> + @@ -146,6 +159,18 @@ version="1.1.0" targetFramework="net481" /> + + @@ -179,29 +204,4 @@ - - - - - diff --git a/UtilitiesCS/UtilitiesCS.csproj b/UtilitiesCS/UtilitiesCS.csproj index 7d4d56542..665a768a0 100644 --- a/UtilitiesCS/UtilitiesCS.csproj +++ b/UtilitiesCS/UtilitiesCS.csproj @@ -1,17 +1,9 @@ - - - + + + + Debug AnyCPU @@ -24,7 +16,8 @@ v4.8.1 512 true - + + true @@ -85,14 +78,16 @@ ..\packages\log4net.Ext.Json.3.0.3\lib\net462\log4net.Ext.Json.dll - - ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.7\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.10\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True ..\packages\Microsoft.Bcl.HashCode.6.0.0\lib\net462\Microsoft.Bcl.HashCode.dll - - ..\packages\Microsoft.Bcl.Memory.10.0.7\lib\net462\Microsoft.Bcl.Memory.dll + + ..\packages\Microsoft.Bcl.Memory.10.0.10\lib\net462\Microsoft.Bcl.Memory.dll + True ..\packages\Microsoft.Bcl.Numerics.10.0.7\lib\net462\Microsoft.Bcl.Numerics.dll @@ -1251,55 +1246,20 @@ 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}. - - - - - - - + + + + + + + + - - - - - + + + + + @@ -1313,4 +1273,4 @@ - + \ No newline at end of file diff --git a/UtilitiesCS/app.config b/UtilitiesCS/app.config index 731b3aa80..50014a45a 100644 --- a/UtilitiesCS/app.config +++ b/UtilitiesCS/app.config @@ -77,7 +77,7 @@ publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> - + @@ -85,7 +85,7 @@ - + @@ -189,7 +189,7 @@ publicKeyToken="92742159e12e44c8" culture="neutral" /> - + - + - + - + - + - + - + - + - + - + - + + @@ -13,11 +14,23 @@ - + + - + + + + @@ -180,29 +205,4 @@ - - - - - diff --git a/VBFunctions.Test/VBFunctions.Test.csproj b/VBFunctions.Test/VBFunctions.Test.csproj index aa5dc241b..550460997 100644 --- a/VBFunctions.Test/VBFunctions.Test.csproj +++ b/VBFunctions.Test/VBFunctions.Test.csproj @@ -1,5 +1,6 @@ + @@ -54,8 +55,8 @@ ..\packages\Microsoft.ApplicationInsights.3.1.1\lib\net462\Microsoft.ApplicationInsights.dll - - ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.7\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.10\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll @@ -269,6 +270,7 @@ + diff --git a/VBFunctions.Test/app.config b/VBFunctions.Test/app.config index 1c3f4f49f..2d4597e7c 100644 --- a/VBFunctions.Test/app.config +++ b/VBFunctions.Test/app.config @@ -60,7 +60,7 @@ publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> - + + + - + + + + @@ -129,29 +154,4 @@ - - - - - diff --git a/VBFunctions/VBFunctions.csproj b/VBFunctions/VBFunctions.csproj index 6af7bc78d..63dd36c24 100644 --- a/VBFunctions/VBFunctions.csproj +++ b/VBFunctions/VBFunctions.csproj @@ -1,9 +1,7 @@ - + + Debug AnyCPU @@ -66,4 +64,10 @@ - + + + This project references NuGet package(s) that are missing on this computer. Enable 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/VBFunctions/packages.config b/VBFunctions/packages.config index 3681b955b..95b7dc277 100644 --- a/VBFunctions/packages.config +++ b/VBFunctions/packages.config @@ -1,14 +1,15 @@ + @@ -18,10 +19,9 @@ targetFramework="net481" developmentDependency="true" /> -