Skip to content

Commit a314700

Browse files
authoredFeb 21, 2024··
Microsoft.Bcl.AsyncInterfaces version >= 1.0.0 (#1334)
1 parent b3ec023 commit a314700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/Renci.SshNet/Renci.SshNet.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
</PropertyGroup>
3535

3636
<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" />
37+
<!-- Must be kept at version 1.0.0 or higher, see https://github.com/sshnet/SSH.NET/pull/1288 for details. -->
38+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="[1.0.0,)" />
3939
</ItemGroup>
4040

4141
<ItemGroup>

0 commit comments

Comments
 (0)
Please sign in to comment.