From 14cc9d0f270a1c800cbd95703396cd7b7e9a84e0 Mon Sep 17 00:00:00 2001 From: Alastair Crabtree Date: Mon, 25 Feb 2019 14:24:50 +0000 Subject: [PATCH] task: update dependencies --- .../CacheDatabaseQueriesApiSample.csproj | 6 +++--- Console.Net461/App.config | 18 +++++++++++++++++- Console.Net461/Console.Net461.csproj | 14 +++++++------- Console.Net461/packages.config | 8 ++++---- .../LazyCache.AspNetCore.csproj | 6 +++--- LazyCache.UnitTests/LazyCache.UnitTests.csproj | 10 +++++----- LazyCache/LazyCache.csproj | 4 ++-- 7 files changed, 41 insertions(+), 25 deletions(-) diff --git a/CacheDatabaseQueriesApiSample/CacheDatabaseQueriesApiSample.csproj b/CacheDatabaseQueriesApiSample/CacheDatabaseQueriesApiSample.csproj index 8e82000..0156a85 100644 --- a/CacheDatabaseQueriesApiSample/CacheDatabaseQueriesApiSample.csproj +++ b/CacheDatabaseQueriesApiSample/CacheDatabaseQueriesApiSample.csproj @@ -1,12 +1,12 @@ - netcoreapp2.0 + netcoreapp2.2 - - + + diff --git a/Console.Net461/App.config b/Console.Net461/App.config index 731f6de..c244acc 100644 --- a/Console.Net461/App.config +++ b/Console.Net461/App.config @@ -1,6 +1,22 @@ - + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Console.Net461/Console.Net461.csproj b/Console.Net461/Console.Net461.csproj index cc92b28..c16cd8a 100644 --- a/Console.Net461/Console.Net461.csproj +++ b/Console.Net461/Console.Net461.csproj @@ -49,8 +49,8 @@ ..\packages\Microsoft.Extensions.Primitives.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll - - ..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll + + ..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll ..\packages\System.ComponentModel.Annotations.4.5.0\lib\net461\System.ComponentModel.Annotations.dll @@ -58,14 +58,14 @@ - ..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll + ..\packages\System.Memory.4.5.2\lib\netstandard2.0\System.Memory.dll - - ..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.1\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll diff --git a/Console.Net461/packages.config b/Console.Net461/packages.config index 7fb8e3c..d68252b 100644 --- a/Console.Net461/packages.config +++ b/Console.Net461/packages.config @@ -5,9 +5,9 @@ - + - - - + + + \ No newline at end of file diff --git a/LazyCache.AspNetCore/LazyCache.AspNetCore.csproj b/LazyCache.AspNetCore/LazyCache.AspNetCore.csproj index 951facd..2939774 100644 --- a/LazyCache.AspNetCore/LazyCache.AspNetCore.csproj +++ b/LazyCache.AspNetCore/LazyCache.AspNetCore.csproj @@ -24,9 +24,9 @@ - - - + + + diff --git a/LazyCache.UnitTests/LazyCache.UnitTests.csproj b/LazyCache.UnitTests/LazyCache.UnitTests.csproj index b5e5ad0..84c55c2 100644 --- a/LazyCache.UnitTests/LazyCache.UnitTests.csproj +++ b/LazyCache.UnitTests/LazyCache.UnitTests.csproj @@ -1,16 +1,16 @@ - netcoreapp2.0 + netcoreapp2.2 false - - - - + + + + diff --git a/LazyCache/LazyCache.csproj b/LazyCache/LazyCache.csproj index 432e3b8..e412b30 100644 --- a/LazyCache/LazyCache.csproj +++ b/LazyCache/LazyCache.csproj @@ -23,8 +23,8 @@ - - + +