diff --git a/src/System.Threading.Channels/src/Configurations.props b/src/System.Threading.Channels/src/Configurations.props
index d930631d9996..62adcfe1a545 100644
--- a/src/System.Threading.Channels/src/Configurations.props
+++ b/src/System.Threading.Channels/src/Configurations.props
@@ -2,9 +2,9 @@
+ netcoreapp;
netstandard1.3;
netstandard;
- netcoreapp2.1;
$(PackageConfigurations);
diff --git a/src/System.Threading.Channels/src/System.Threading.Channels.csproj b/src/System.Threading.Channels/src/System.Threading.Channels.csproj
index 9e0f7aefc1f8..44e8992b6fd2 100644
--- a/src/System.Threading.Channels/src/System.Threading.Channels.csproj
+++ b/src/System.Threading.Channels/src/System.Threading.Channels.csproj
@@ -3,12 +3,14 @@
{AAADA5D3-CF64-4E9D-943C-EFDC006D6366}
System.Threading.Channels
$(OutputPath)$(MSBuildProjectName).xml
- netcoreapp-Debug;netcoreapp-Release;netcoreapp2.1-Debug;netcoreapp2.1-Release;netstandard-Debug;netstandard-Release;netstandard1.3-Debug;netstandard1.3-Release
+ netcoreapp-Debug;netcoreapp-Release;netstandard-Debug;netstandard-Release;netstandard1.3-Debug;netstandard1.3-Release
+
+
@@ -37,6 +39,7 @@
+
diff --git a/src/System.Threading.Channels/src/System/Threading/Channels/AsyncOperation.cs b/src/System.Threading.Channels/src/System/Threading/Channels/AsyncOperation.cs
index a035e7fecd7e..285830a4e633 100644
--- a/src/System.Threading.Channels/src/System/Threading/Channels/AsyncOperation.cs
+++ b/src/System.Threading.Channels/src/System/Threading/Channels/AsyncOperation.cs
@@ -12,9 +12,12 @@ namespace System.Threading.Channels
internal abstract class AsyncOperation
{
/// Sentinel object used in a field to indicate the operation is available for use.
- protected static readonly Action
diff --git a/src/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj b/src/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj
index e6c9ad904da8..4bf2c624a2a2 100644
--- a/src/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj
+++ b/src/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj
@@ -1,7 +1,7 @@
{1AF01469-DBFC-4BA1-9331-8E39AA639FEE}
- netstandard-Debug;netstandard-Release
+ netcoreapp-Debug;netcoreapp-Release;netstandard-Debug;netstandard-Release