Commit 8dcce5eb authored by Honfika's avatar Honfika

StreamExtended dependency version increased

parent 9f84ad60
...@@ -51,9 +51,8 @@ ...@@ -51,9 +51,8 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="StreamExtended, Version=1.0.1.0, Culture=neutral, PublicKeyToken=bbfa0f1d54f50043, processorArchitecture=MSIL"> <Reference Include="StreamExtended, Version=1.0.81.0, Culture=neutral, PublicKeyToken=bbfa0f1d54f50043, processorArchitecture=MSIL">
<HintPath>..\..\packages\StreamExtended.1.0.18\lib\net45\StreamExtended.dll</HintPath> <HintPath>..\..\packages\StreamExtended.1.0.81\lib\net45\StreamExtended.dll</HintPath>
<Private>True</Private>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Data" /> <Reference Include="System.Data" />
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="StreamExtended" version="1.0.18" targetFramework="net45" /> <package id="StreamExtended" version="1.0.81" targetFramework="net45" />
</packages> </packages>
\ No newline at end of file
using System.Net.Sockets; #if NET45
using System.Net.Sockets;
using System.Security.Cryptography.X509Certificates; using System.Security.Cryptography.X509Certificates;
namespace Titanium.Web.Proxy.Extensions namespace Titanium.Web.Proxy.Extensions
{ {
internal static class DotNet45Extensions internal static class DotNet45Extensions
{ {
#if NET45
/// <summary> /// <summary>
/// Disposes the specified client. /// Disposes the specified client.
/// Int .NET framework 4.5 the TcpClient class has no Dispose method, /// Int .NET framework 4.5 the TcpClient class has no Dispose method,
...@@ -30,6 +30,6 @@ namespace Titanium.Web.Proxy.Extensions ...@@ -30,6 +30,6 @@ namespace Titanium.Web.Proxy.Extensions
{ {
store.Close(); store.Close();
} }
#endif
} }
} }
#endif
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Portable.BouncyCastle" Version="1.8.1.2" /> <PackageReference Include="Portable.BouncyCastle" Version="1.8.1.2" />
<PackageReference Include="StreamExtended" Version="1.0.18" /> <PackageReference Include="StreamExtended" Version="1.0.81" />
</ItemGroup> </ItemGroup>
</Project> </Project>
\ No newline at end of file
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<copyright>Copyright &#x00A9; Titanium. All rights reserved.</copyright> <copyright>Copyright &#x00A9; Titanium. All rights reserved.</copyright>
<tags></tags> <tags></tags>
<dependencies> <dependencies>
<dependency id="StreamExtended" version="1.0.18" /> <dependency id="StreamExtended" version="1.0.81" />
<dependency id="Portable.BouncyCastle" version="1.8.1.2" /> <dependency id="Portable.BouncyCastle" version="1.8.1.2" />
</dependencies> </dependencies>
</metadata> </metadata>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="Portable.BouncyCastle" version="1.8.1.2" targetFramework="net45" /> <package id="Portable.BouncyCastle" version="1.8.1.2" targetFramework="net45" />
<package id="StreamExtended" version="1.0.18" targetFramework="net45" /> <package id="StreamExtended" version="1.0.81" targetFramework="net45" />
</packages> </packages>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment