From ec896bad5291fab8509b7cc747c28ecdce4a877a Mon Sep 17 00:00:00 2001 From: Richard Edwards Date: Thu, 5 Sep 2019 00:45:24 +0100 Subject: [PATCH] Updated Moq and the Autofac packages to their latest versions. --- .../Umbrella.AspNetCore.DynamicImage.Test.csproj | 2 +- .../Umbrella.AspNetCore.WebUtilities.Test.csproj | 2 +- .../Umbrella.Utilities.Benchmark.csproj | 2 +- .../Umbrella.Utilities.Test.csproj | 2 +- .../Umbrella.DynamicImage.Benchmark.csproj | 2 +- .../Umbrella.DynamicImage.Impl.Test.csproj | 2 +- .../Umbrella.DynamicImage.Test.csproj | 2 +- .../Umbrella.FileSystem.Test.csproj | 2 +- .../Umbrella.Legacy.WebUtilities.Benchmark.csproj | 2 +- .../Umbrella.Legacy.WebUtilities.Test.csproj | 2 +- .../Umbrella.Extensions.Logging.Log4Net.Azure.Test.csproj | 2 +- .../Umbrella.AspNet.Samples.csproj | 8 ++++---- Samples/Umbrella.AspNet.Samples/Web.config | 2 +- Samples/Umbrella.AspNet.Samples/packages.config | 4 ++-- 14 files changed, 18 insertions(+), 18 deletions(-) diff --git a/AspNetCore/test/Umbrella.AspNetCore.DynamicImage.Test/Umbrella.AspNetCore.DynamicImage.Test.csproj b/AspNetCore/test/Umbrella.AspNetCore.DynamicImage.Test/Umbrella.AspNetCore.DynamicImage.Test.csproj index a95de2c1f..b99a60f35 100644 --- a/AspNetCore/test/Umbrella.AspNetCore.DynamicImage.Test/Umbrella.AspNetCore.DynamicImage.Test.csproj +++ b/AspNetCore/test/Umbrella.AspNetCore.DynamicImage.Test/Umbrella.AspNetCore.DynamicImage.Test.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/AspNetCore/test/Umbrella.AspNetCore.WebUtilities.Test/Umbrella.AspNetCore.WebUtilities.Test.csproj b/AspNetCore/test/Umbrella.AspNetCore.WebUtilities.Test/Umbrella.AspNetCore.WebUtilities.Test.csproj index d16864f55..514a264c1 100644 --- a/AspNetCore/test/Umbrella.AspNetCore.WebUtilities.Test/Umbrella.AspNetCore.WebUtilities.Test.csproj +++ b/AspNetCore/test/Umbrella.AspNetCore.WebUtilities.Test/Umbrella.AspNetCore.WebUtilities.Test.csproj @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/Core/benchmark/Umbrella.Utilities.Benchmark/Umbrella.Utilities.Benchmark.csproj b/Core/benchmark/Umbrella.Utilities.Benchmark/Umbrella.Utilities.Benchmark.csproj index 3be0c6398..d8d036781 100644 --- a/Core/benchmark/Umbrella.Utilities.Benchmark/Umbrella.Utilities.Benchmark.csproj +++ b/Core/benchmark/Umbrella.Utilities.Benchmark/Umbrella.Utilities.Benchmark.csproj @@ -21,7 +21,7 @@ - + diff --git a/Core/test/Umbrella.Utilities.Test/Umbrella.Utilities.Test.csproj b/Core/test/Umbrella.Utilities.Test/Umbrella.Utilities.Test.csproj index f5bd1f622..2de3b8215 100644 --- a/Core/test/Umbrella.Utilities.Test/Umbrella.Utilities.Test.csproj +++ b/Core/test/Umbrella.Utilities.Test/Umbrella.Utilities.Test.csproj @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/DynamicImage/benchmark/Umbrella.DynamicImage.Benchmark/Umbrella.DynamicImage.Benchmark.csproj b/DynamicImage/benchmark/Umbrella.DynamicImage.Benchmark/Umbrella.DynamicImage.Benchmark.csproj index ead3ccf87..459624864 100644 --- a/DynamicImage/benchmark/Umbrella.DynamicImage.Benchmark/Umbrella.DynamicImage.Benchmark.csproj +++ b/DynamicImage/benchmark/Umbrella.DynamicImage.Benchmark/Umbrella.DynamicImage.Benchmark.csproj @@ -24,7 +24,7 @@ - + diff --git a/DynamicImage/test/Umbrella.DynamicImage.Impl.Test/Umbrella.DynamicImage.Impl.Test.csproj b/DynamicImage/test/Umbrella.DynamicImage.Impl.Test/Umbrella.DynamicImage.Impl.Test.csproj index 600b0b8c4..8bdba12bf 100644 --- a/DynamicImage/test/Umbrella.DynamicImage.Impl.Test/Umbrella.DynamicImage.Impl.Test.csproj +++ b/DynamicImage/test/Umbrella.DynamicImage.Impl.Test/Umbrella.DynamicImage.Impl.Test.csproj @@ -18,7 +18,7 @@ all runtime; build; native; contentfiles; analyzers - + diff --git a/DynamicImage/test/Umbrella.DynamicImage.Test/Umbrella.DynamicImage.Test.csproj b/DynamicImage/test/Umbrella.DynamicImage.Test/Umbrella.DynamicImage.Test.csproj index 2fd1896dd..496538566 100644 --- a/DynamicImage/test/Umbrella.DynamicImage.Test/Umbrella.DynamicImage.Test.csproj +++ b/DynamicImage/test/Umbrella.DynamicImage.Test/Umbrella.DynamicImage.Test.csproj @@ -18,7 +18,7 @@ all runtime; build; native; contentfiles; analyzers - + diff --git a/FileSystem/test/Umbrella.FileSystem.Test/Umbrella.FileSystem.Test.csproj b/FileSystem/test/Umbrella.FileSystem.Test/Umbrella.FileSystem.Test.csproj index 8a79df48c..206011003 100644 --- a/FileSystem/test/Umbrella.FileSystem.Test/Umbrella.FileSystem.Test.csproj +++ b/FileSystem/test/Umbrella.FileSystem.Test/Umbrella.FileSystem.Test.csproj @@ -17,7 +17,7 @@ - + all diff --git a/Legacy/benchmark/Umbrella.Legacy.WebUtilities.Benchmark/Umbrella.Legacy.WebUtilities.Benchmark.csproj b/Legacy/benchmark/Umbrella.Legacy.WebUtilities.Benchmark/Umbrella.Legacy.WebUtilities.Benchmark.csproj index cdd1270ab..c4b4f2313 100644 --- a/Legacy/benchmark/Umbrella.Legacy.WebUtilities.Benchmark/Umbrella.Legacy.WebUtilities.Benchmark.csproj +++ b/Legacy/benchmark/Umbrella.Legacy.WebUtilities.Benchmark/Umbrella.Legacy.WebUtilities.Benchmark.csproj @@ -20,7 +20,7 @@ - + diff --git a/Legacy/test/Umbrella.Legacy.WebUtilities.Test/Umbrella.Legacy.WebUtilities.Test.csproj b/Legacy/test/Umbrella.Legacy.WebUtilities.Test/Umbrella.Legacy.WebUtilities.Test.csproj index f6b33c711..173288b09 100644 --- a/Legacy/test/Umbrella.Legacy.WebUtilities.Test/Umbrella.Legacy.WebUtilities.Test.csproj +++ b/Legacy/test/Umbrella.Legacy.WebUtilities.Test/Umbrella.Legacy.WebUtilities.Test.csproj @@ -18,7 +18,7 @@ all runtime; build; native; contentfiles; analyzers - + diff --git a/Logging/test/Umbrella.Extensions.Logging.Log4Net.Azure.Test/Umbrella.Extensions.Logging.Log4Net.Azure.Test.csproj b/Logging/test/Umbrella.Extensions.Logging.Log4Net.Azure.Test/Umbrella.Extensions.Logging.Log4Net.Azure.Test.csproj index a8e2dac6d..bd777f7ae 100644 --- a/Logging/test/Umbrella.Extensions.Logging.Log4Net.Azure.Test/Umbrella.Extensions.Logging.Log4Net.Azure.Test.csproj +++ b/Logging/test/Umbrella.Extensions.Logging.Log4Net.Azure.Test/Umbrella.Extensions.Logging.Log4Net.Azure.Test.csproj @@ -18,7 +18,7 @@ all runtime; build; native; contentfiles; analyzers - + diff --git a/Samples/Umbrella.AspNet.Samples/Umbrella.AspNet.Samples.csproj b/Samples/Umbrella.AspNet.Samples/Umbrella.AspNet.Samples.csproj index 868efdd77..0dcd15c68 100644 --- a/Samples/Umbrella.AspNet.Samples/Umbrella.AspNet.Samples.csproj +++ b/Samples/Umbrella.AspNet.Samples/Umbrella.AspNet.Samples.csproj @@ -46,8 +46,8 @@ 4 - - ..\..\packages\Autofac.4.9.3\lib\net45\Autofac.dll + + ..\..\packages\Autofac.4.9.4\lib\net45\Autofac.dll ..\..\packages\Autofac.Extensions.DependencyInjection.4.4.0\lib\netstandard2.0\Autofac.Extensions.DependencyInjection.dll @@ -58,8 +58,8 @@ ..\..\packages\Autofac.Owin.4.2.0\lib\net45\Autofac.Integration.Owin.dll - - ..\..\packages\Autofac.WebApi2.4.2.1\lib\net45\Autofac.Integration.WebApi.dll + + ..\..\packages\Autofac.WebApi2.4.3.0\lib\net45\Autofac.Integration.WebApi.dll ..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll diff --git a/Samples/Umbrella.AspNet.Samples/Web.config b/Samples/Umbrella.AspNet.Samples/Web.config index a0a680ff0..9b00fdfa0 100644 --- a/Samples/Umbrella.AspNet.Samples/Web.config +++ b/Samples/Umbrella.AspNet.Samples/Web.config @@ -62,7 +62,7 @@ - + diff --git a/Samples/Umbrella.AspNet.Samples/packages.config b/Samples/Umbrella.AspNet.Samples/packages.config index 1dbccc511..34982f312 100644 --- a/Samples/Umbrella.AspNet.Samples/packages.config +++ b/Samples/Umbrella.AspNet.Samples/packages.config @@ -1,10 +1,10 @@  - + - +