From 97cb9b47f1dbe0eca743eceb96519ebf68b6a952 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Thu, 23 Jan 2020 08:56:46 +1000 Subject: [PATCH] Retarget BizHawk.Common to .NET Standard 2.0 --- BizHawk.Common/BizHawk.Common.csproj | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/BizHawk.Common/BizHawk.Common.csproj b/BizHawk.Common/BizHawk.Common.csproj index 0c7c1ab5d3..2f67706019 100644 --- a/BizHawk.Common/BizHawk.Common.csproj +++ b/BizHawk.Common/BizHawk.Common.csproj @@ -3,24 +3,15 @@ true ../output/dll - net48 + netstandard2.0 - - - - - - - - - + + - -