Skip to content

Commit bdef967

Browse files
committed
use MEL 8.0.3
1 parent 3fc78f8 commit bdef967

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

Directory.Packages.props

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@
1414
</PackageVersion>
1515
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.189" />
1616

17-
<!-- Must be kept at version 1.0.0, see https://github.com/sshnet/SSH.NET/pull/1288 for details. -->
18-
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.3" />
19-
20-
<!-- No reason to require later than 6.0.0 at this time. -->
21-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" />
17+
<!-- Should stay on LTS .NET releases. -->
18+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" />
2219
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="9.0.3" />
2320
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2421
<PackageVersion Include="MSTest.TestAdapter" Version="3.8.2" />

src/Renci.SshNet/Renci.SshNet.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,7 @@
4949
</PackageReference>
5050
</ItemGroup>
5151

52-
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' ">
53-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
54-
<PackageReference Include="System.Formats.Asn1" />
55-
</ItemGroup>
56-
57-
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1'">
52+
<ItemGroup Condition=" !$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0')) ">
5853
<PackageReference Include="System.Formats.Asn1" />
5954
</ItemGroup>
6055

0 commit comments

Comments
 (0)