Skip to content

Commit b93e470

Browse files
committed
Ref M.B.C preview4
1 parent 5a5c6ae commit b93e470

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.188" />
1313

1414
<!-- Should stay on LTS .NET releases. -->
15-
<PackageVersion Include="Microsoft.Bcl.Cryptography" Version="10.0.0-preview.3.25171.5" />
15+
<PackageVersion Include="Microsoft.Bcl.Cryptography" Version="10.0.0-preview.4.25258.110" />
1616
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" />
1717
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="9.0.3" />
1818
<PackageVersion Include="MSTest" Version="3.8.3" />

src/Renci.SshNet/Renci.SshNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
</PackageReference>
5050
</ItemGroup>
5151

52-
<ItemGroup Condition=" '$(TargetFramework)' == 'net462'">
52+
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
5353
<PackageReference Include="Microsoft.Bcl.Cryptography" />
5454
</ItemGroup>
5555

56-
<ItemGroup Condition=" !$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0')) ">
56+
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
5757
<PackageReference Include="System.Formats.Asn1" />
5858
</ItemGroup>
5959

0 commit comments

Comments
 (0)