From 842bc734f51ca119c1df4316c01c9e6d6d5d6d5c Mon Sep 17 00:00:00 2001 From: Alastair Crabtree Date: Sat, 28 Dec 2019 01:53:47 +0000 Subject: [PATCH] chore: some housework --- Console.Net461/Program.cs | 2 +- LazyCache.UnitTests/LazyCache.UnitTests.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Console.Net461/Program.cs b/Console.Net461/Program.cs index 6f6bb92..427b77c 100644 --- a/Console.Net461/Program.cs +++ b/Console.Net461/Program.cs @@ -6,7 +6,7 @@ namespace Console.Net461 { class Program { - static void Main(string[] args) + static void Main() { //check one - basic LazyCache IAppCache cache = new CachingService(CachingService.DefaultCacheProvider); diff --git a/LazyCache.UnitTests/LazyCache.UnitTests.csproj b/LazyCache.UnitTests/LazyCache.UnitTests.csproj index 4c0d208..b4eb31e 100644 --- a/LazyCache.UnitTests/LazyCache.UnitTests.csproj +++ b/LazyCache.UnitTests/LazyCache.UnitTests.csproj @@ -1,7 +1,7 @@ - + - netcoreapp2.2 + netcoreapp3.1 false