diff --git a/Supertext.Base.Caching.Specs/Supertext.Base.Caching.Specs.csproj b/Supertext.Base.Caching.Specs/Supertext.Base.Caching.Specs.csproj index 63d3c16f..cd397bfb 100644 --- a/Supertext.Base.Caching.Specs/Supertext.Base.Caching.Specs.csproj +++ b/Supertext.Base.Caching.Specs/Supertext.Base.Caching.Specs.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Supertext.Base.Core.Configuration.Specs/Supertext.Base.Core.Configuration.Specs.csproj b/Supertext.Base.Core.Configuration.Specs/Supertext.Base.Core.Configuration.Specs.csproj index 5606cb56..1dd1201f 100644 --- a/Supertext.Base.Core.Configuration.Specs/Supertext.Base.Core.Configuration.Specs.csproj +++ b/Supertext.Base.Core.Configuration.Specs/Supertext.Base.Core.Configuration.Specs.csproj @@ -29,7 +29,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Supertext.Base.Core.Specs/Supertext.Base.Net.Specs.csproj b/Supertext.Base.Core.Specs/Supertext.Base.Net.Specs.csproj index 8376bf1f..d8b8f5c0 100644 --- a/Supertext.Base.Core.Specs/Supertext.Base.Net.Specs.csproj +++ b/Supertext.Base.Core.Specs/Supertext.Base.Net.Specs.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Supertext.Base.Dal.Specs/Supertext.Base.Dal.Specs.csproj b/Supertext.Base.Dal.Specs/Supertext.Base.Dal.Specs.csproj index 1ffdf42a..0d12d612 100644 --- a/Supertext.Base.Dal.Specs/Supertext.Base.Dal.Specs.csproj +++ b/Supertext.Base.Dal.Specs/Supertext.Base.Dal.Specs.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Supertext.Base.Dal.SqlServer.Specs/Supertext.Base.Dal.SqlServer.Specs.csproj b/Supertext.Base.Dal.SqlServer.Specs/Supertext.Base.Dal.SqlServer.Specs.csproj index 66f2f787..202e62ce 100644 --- a/Supertext.Base.Dal.SqlServer.Specs/Supertext.Base.Dal.SqlServer.Specs.csproj +++ b/Supertext.Base.Dal.SqlServer.Specs/Supertext.Base.Dal.SqlServer.Specs.csproj @@ -16,7 +16,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Supertext.Base.Dal.SqlServer.Tests/Supertext.Base.Dal.SqlServer.Tests.csproj b/Supertext.Base.Dal.SqlServer.Tests/Supertext.Base.Dal.SqlServer.Tests.csproj index 2a3653f4..61078bd5 100644 --- a/Supertext.Base.Dal.SqlServer.Tests/Supertext.Base.Dal.SqlServer.Tests.csproj +++ b/Supertext.Base.Dal.SqlServer.Tests/Supertext.Base.Dal.SqlServer.Tests.csproj @@ -29,7 +29,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Supertext.Base.Hosting.Specs/Supertext.Base.Hosting.Specs.csproj b/Supertext.Base.Hosting.Specs/Supertext.Base.Hosting.Specs.csproj index 4b567c49..f2ba9e0f 100644 --- a/Supertext.Base.Hosting.Specs/Supertext.Base.Hosting.Specs.csproj +++ b/Supertext.Base.Hosting.Specs/Supertext.Base.Hosting.Specs.csproj @@ -14,7 +14,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Supertext.Base.NetFramework.Caching.Specs/Supertext.Base.NetFramework.Caching.Specs.csproj b/Supertext.Base.NetFramework.Caching.Specs/Supertext.Base.NetFramework.Caching.Specs.csproj index 49722d53..e0c6b4dd 100644 --- a/Supertext.Base.NetFramework.Caching.Specs/Supertext.Base.NetFramework.Caching.Specs.csproj +++ b/Supertext.Base.NetFramework.Caching.Specs/Supertext.Base.NetFramework.Caching.Specs.csproj @@ -14,6 +14,6 @@ - + \ No newline at end of file diff --git a/Supertext.Base.NetFramework.Configuration.Specs/Supertext.Base.NetFramework.Configuration.Specs.csproj b/Supertext.Base.NetFramework.Configuration.Specs/Supertext.Base.NetFramework.Configuration.Specs.csproj index aee9f82a..6f665b84 100644 --- a/Supertext.Base.NetFramework.Configuration.Specs/Supertext.Base.NetFramework.Configuration.Specs.csproj +++ b/Supertext.Base.NetFramework.Configuration.Specs/Supertext.Base.NetFramework.Configuration.Specs.csproj @@ -80,11 +80,13 @@ ..\packages\Microsoft.TestPlatform.ObjectModel.17.12.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll - - ..\packages\MSTest.TestFramework.3.6.3\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + + ..\packages\MSTest.TestFramework.3.7.0\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + True - - ..\packages\MSTest.TestFramework.3.6.3\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + + ..\packages\MSTest.TestFramework.3.7.0\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + True ..\packages\NuGet.Frameworks.6.12.1\lib\net472\NuGet.Frameworks.dll diff --git a/Supertext.Base.NetFramework.Configuration.Specs/app.config b/Supertext.Base.NetFramework.Configuration.Specs/app.config index 4a4c815d..3b287cee 100644 --- a/Supertext.Base.NetFramework.Configuration.Specs/app.config +++ b/Supertext.Base.NetFramework.Configuration.Specs/app.config @@ -52,7 +52,7 @@ - + @@ -68,31 +68,31 @@ - + - + - + - + - + - + - + @@ -124,7 +124,7 @@ - + diff --git a/Supertext.Base.NetFramework.Configuration.Specs/packages.config b/Supertext.Base.NetFramework.Configuration.Specs/packages.config index 75425cf8..cfc7284e 100644 --- a/Supertext.Base.NetFramework.Configuration.Specs/packages.config +++ b/Supertext.Base.NetFramework.Configuration.Specs/packages.config @@ -11,8 +11,9 @@ + - + diff --git a/Supertext.Base.Security.Cryptography.Specs/Supertext.Base.Security.Cryptography.Tests.csproj b/Supertext.Base.Security.Cryptography.Specs/Supertext.Base.Security.Cryptography.Tests.csproj index a2e0eb77..995eed2f 100644 --- a/Supertext.Base.Security.Cryptography.Specs/Supertext.Base.Security.Cryptography.Tests.csproj +++ b/Supertext.Base.Security.Cryptography.Specs/Supertext.Base.Security.Cryptography.Tests.csproj @@ -15,7 +15,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Supertext.Base.Security.Specs/Supertext.Base.Security.Specs.csproj b/Supertext.Base.Security.Specs/Supertext.Base.Security.Specs.csproj index 707dd30f..ad981650 100644 --- a/Supertext.Base.Security.Specs/Supertext.Base.Security.Specs.csproj +++ b/Supertext.Base.Security.Specs/Supertext.Base.Security.Specs.csproj @@ -25,7 +25,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Supertext.Base.Specs/Supertext.Base.Specs.csproj b/Supertext.Base.Specs/Supertext.Base.Specs.csproj index c56e4361..a610121f 100644 --- a/Supertext.Base.Specs/Supertext.Base.Specs.csproj +++ b/Supertext.Base.Specs/Supertext.Base.Specs.csproj @@ -28,7 +28,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Supertext.Base.Test.Utils.Specs/Supertext.Base.Test.Utils.Http.Specs.csproj b/Supertext.Base.Test.Utils.Specs/Supertext.Base.Test.Utils.Http.Specs.csproj index 49df8eb5..3c2898ee 100644 --- a/Supertext.Base.Test.Utils.Specs/Supertext.Base.Test.Utils.Http.Specs.csproj +++ b/Supertext.Base.Test.Utils.Specs/Supertext.Base.Test.Utils.Http.Specs.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Supertext.Base.Test.Utils/Supertext.Base.Test.Utils.csproj b/Supertext.Base.Test.Utils/Supertext.Base.Test.Utils.csproj index a1f05fcd..db264f00 100644 --- a/Supertext.Base.Test.Utils/Supertext.Base.Test.Utils.csproj +++ b/Supertext.Base.Test.Utils/Supertext.Base.Test.Utils.csproj @@ -11,13 +11,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Supertext.Base.Tests/Supertext.Base.Tests.csproj b/Supertext.Base.Tests/Supertext.Base.Tests.csproj index 6db672b3..8226ed01 100644 --- a/Supertext.Base.Tests/Supertext.Base.Tests.csproj +++ b/Supertext.Base.Tests/Supertext.Base.Tests.csproj @@ -27,7 +27,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - +