From 9992915f565578949cad8d9bb8ceb360e0db5c85 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 31 May 2022 18:32:23 -0400 Subject: replace MemoryCache with custom cache This was causing significant frame stutters for some players since the migration to .NET 5 in Stardew Valley 1.5.5. --- build/common.targets | 3 --- 1 file changed, 3 deletions(-) (limited to 'build/common.targets') diff --git a/build/common.targets b/build/common.targets index 2e37e729..b2441af8 100644 --- a/build/common.targets +++ b/build/common.targets @@ -69,10 +69,7 @@ - - - -- cgit