File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments