Skip to content

Commit

Permalink
chore: some housework
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairtree committed Dec 28, 2019
1 parent 87aee93 commit 842bc73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Console.Net461/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions LazyCache.UnitTests/LazyCache.UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 842bc73

Please sign in to comment.