From 51f2259facb784bcc7fa0ff64d85ed3088814689 Mon Sep 17 00:00:00 2001 From: Cole Brown Date: Tue, 24 Aug 2021 09:48:26 -0700 Subject: [PATCH] Upgraded package versions. Touched the unit testing project file. - Updated the nuget packages to their latest versions. - Added a System.Runtime.Caching 'ItemGroup Condition' for 'netcoreapp5.0'. - Made a comment about the magic Service GUID. --- src/FileCache.UnitTests/FileCache.UnitTests.csproj | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/FileCache.UnitTests/FileCache.UnitTests.csproj b/src/FileCache.UnitTests/FileCache.UnitTests.csproj index ccc8f85..ad01145 100644 --- a/src/FileCache.UnitTests/FileCache.UnitTests.csproj +++ b/src/FileCache.UnitTests/FileCache.UnitTests.csproj @@ -7,13 +7,15 @@ - - - - - + + + + + + + @@ -28,6 +30,8 @@ + +