Skip to content

Commit c590a74

Browse files
committed
remove version restriction on Microsoft.Bcl.AsyncInterfaces
use default minimum version instead of requiring exact version.
1 parent 7436a38 commit c590a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/nuget/SSH.NET.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<tags>ssh scp sftp</tags>
1818
<dependencies>
1919
<group targetFramework="net462">
20-
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="[8.0.0]" />
20+
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" />
2121
</group>
2222
<group targetFramework="netstandard2.0">
23-
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="[8.0.0]" />
23+
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" />
2424
<dependency id="SshNet.Security.Cryptography" version="[1.3.0]" />
2525
</group>
2626
<group targetFramework="netstandard2.1">

0 commit comments

Comments
 (0)