Skip to content

Commit

Permalink
Remove target support for .NET Standard 2.1 since appveyor doesn't su…
Browse files Browse the repository at this point in the history
…pport this yet.
  • Loading branch information
Latency McLaughlin committed Jun 4, 2019
1 parent 7c9760a commit 35f8342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadLine/ReadLine.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net45;net461;net472;net48;netcoreapp2.2;netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net45;net461;net472;net48;netcoreapp2.2;netstandard2.0</TargetFrameworks>
<AssemblyTitle>ReadLine</AssemblyTitle>
<AssemblyName>ReadLine</AssemblyName>
<PackageId>ReadLine</PackageId>
Expand Down

0 comments on commit 35f8342

Please sign in to comment.