From bef8aa2dc050462c38884c42d18bf1611e0ad2fa Mon Sep 17 00:00:00 2001 From: bmclean Date: Sat, 5 Dec 2020 09:56:16 -0600 Subject: [PATCH] Downgrading to .NET Standard 2.0 --- NScumm.Audio.Players/NScumm.Audio.Players.csproj | 6 +++++- NScumm.Audio/NScumm.Audio.csproj | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NScumm.Audio.Players/NScumm.Audio.Players.csproj b/NScumm.Audio.Players/NScumm.Audio.Players.csproj index 4009751..0eea723 100644 --- a/NScumm.Audio.Players/NScumm.Audio.Players.csproj +++ b/NScumm.Audio.Players/NScumm.Audio.Players.csproj @@ -1,12 +1,16 @@ - netstandard2.1 + netstandard2.0 true 1.0 scemino + + + + diff --git a/NScumm.Audio/NScumm.Audio.csproj b/NScumm.Audio/NScumm.Audio.csproj index 6f0b09d..eabdb26 100644 --- a/NScumm.Audio/NScumm.Audio.csproj +++ b/NScumm.Audio/NScumm.Audio.csproj @@ -1,7 +1,7 @@ - + - netstandard2.1 + netstandard2.0 true 1.0 scemino