We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cef04 commit 92bd305Copy full SHA for 92bd305
.appveyor.yml
@@ -1,5 +1,5 @@
1
# Specify version format
2
-version: "1.7.0.{build}"
+version: "1.8.0.{build}"
3
4
# Image to use
5
image: Visual Studio 2019
source/NetCoreServer/NetCoreServer.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
- <Version>1.7.0</Version>
+ <Version>1.8.0</Version>
6
<Authors>Ivan Shynkarenka</Authors>
7
<Copyright>Copyright (c) 2019 Ivan Shynkarenka</Copyright>
8
<RepositoryUrl>https://github.com/chronoxor/NetCoreServer</RepositoryUrl>
source/NetCoreServer/SslClient.cs
@@ -1,4 +1,5 @@
using System;
+using System.IO;
using System.Net;
using System.Net.Security;
using System.Net.Sockets;
0 commit comments