From 4f9f7365aa655f8261d3200e6ddeac8607032d91 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Mon, 17 Oct 2016 12:57:17 -0700 Subject: [PATCH] Disable SslStreamAlertTests by making them netcoreapp1.1 specific After https://github.com/dotnet/corefx/pull/11489 This error shows up after trying to consume the new packages. SslStreamAlertsTest.cs(81,30): error CS1061: 'SslStream' does not contain a definition for 'ShutdownAsync' and no extension method 'ShutdownAsync' accepting a first argument of type 'SslStream' could be found (are you missing a using directive or an assembly reference?) [D:\A\_work\55\s\corefx\src\System.Net.Security\tests\FunctionalTests\System.Net.Security.Tests.csproj] For now disabling these tests by conditioning them on netcoreapp1.1. --- .../tests/FunctionalTests/System.Net.Security.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj b/src/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj index b99b2db50467..cc5d252f55b8 100644 --- a/src/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj +++ b/src/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj @@ -9,7 +9,7 @@ AnyCPU {A55A2B9A-830F-4330-A0E7-02A9FB30ABD2} Library - .NETStandard,Version=v1.7 + .NETStandard,Version=v1.7 true @@ -43,7 +43,7 @@ - +