From c23560ec8683ed0de6ae2cc259737e005cc299dd Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Thu, 16 Jan 2020 07:53:29 -0800 Subject: [PATCH] Update to .NET Standard 2.1. --- ScreenCast.Core/ScreenCast.Core.csproj | 2 +- Shared/Shared.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ScreenCast.Core/ScreenCast.Core.csproj b/ScreenCast.Core/ScreenCast.Core.csproj index d547c39f..04365782 100644 --- a/ScreenCast.Core/ScreenCast.Core.csproj +++ b/ScreenCast.Core/ScreenCast.Core.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + netstandard2.1 Remotely.ScreenCast.Core Remotely_ScreenCast.Core AnyCPU;x64;x86 diff --git a/Shared/Shared.csproj b/Shared/Shared.csproj index b9076811..b2f8bc4d 100644 --- a/Shared/Shared.csproj +++ b/Shared/Shared.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + netstandard2.1 Remotely_Shared AnyCPU;x64;x86 Remotely.Shared