We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ec023 commit a314700Copy full SHA for a314700
src/Renci.SshNet/Renci.SshNet.csproj
@@ -34,8 +34,8 @@
34
</PropertyGroup>
35
36
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' ">
37
- <!-- Must be kept at version 1.0.0, see https://github.com/sshnet/SSH.NET/pull/1288 for details. -->
38
- <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
+ <!-- Must be kept at version 1.0.0 or higher, see https://github.com/sshnet/SSH.NET/pull/1288 for details. -->
+ <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="[1.0.0,)" />
39
</ItemGroup>
40
41
<ItemGroup>
0 commit comments