소스 검색

Microsoft.Bcl.AsyncInterfaces version >= 1.0.0 (#1334)

Wojciech Nagórski 1 년 전
부모
커밋
a314700e47
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Renci.SshNet/Renci.SshNet.csproj

+ 2 - 2
src/Renci.SshNet/Renci.SshNet.csproj

@@ -34,8 +34,8 @@
   </PropertyGroup>
 
   <ItemGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' ">
-    <!-- Must be kept at version 1.0.0, see https://github.com/sshnet/SSH.NET/pull/1288 for details. -->
-    <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,)" />
   </ItemGroup>
 
   <ItemGroup>