From 9ffef2531d1cded0b175b5667b4e0e72a5457396 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 25 Jan 2020 15:37:27 -0600 Subject: [PATCH] put BizHawk.Common back to framework for now, fixes Enum properties used in the PropertyGrid throwing exceptions about not being able to find System.ComponentModel --- BizHawk.Common/BizHawk.Common.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Common/BizHawk.Common.csproj b/BizHawk.Common/BizHawk.Common.csproj index 5699666870..c561e8640f 100644 --- a/BizHawk.Common/BizHawk.Common.csproj +++ b/BizHawk.Common/BizHawk.Common.csproj @@ -3,7 +3,7 @@ true - netstandard2.0;netcoreapp3.1 + net48