From 35f834298baef9806b353783eb7485a496575bc6 Mon Sep 17 00:00:00 2001 From: Latency McLaughlin Date: Tue, 4 Jun 2019 15:47:50 -0700 Subject: [PATCH] Remove target support for .NET Standard 2.1 since appveyor doesn't support this yet. --- ReadLine/ReadLine.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadLine/ReadLine.csproj b/ReadLine/ReadLine.csproj index 25dbac6..bc4f58c 100644 --- a/ReadLine/ReadLine.csproj +++ b/ReadLine/ReadLine.csproj @@ -1,7 +1,7 @@  - net45;net461;net472;net48;netcoreapp2.2;netstandard2.0;netstandard2.1 + net45;net461;net472;net48;netcoreapp2.2;netstandard2.0 ReadLine ReadLine ReadLine