File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
<PackageVersion Include =" Meziantou.Analyzer" Version =" 2.0.188" />
13
13
14
14
<!-- 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 " />
16
16
<PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.3" />
17
17
<PackageVersion Include =" Microsoft.Extensions.Logging.Console" Version =" 9.0.3" />
18
18
<PackageVersion Include =" MSTest" Version =" 3.8.3" />
Original file line number Diff line number Diff line change 49
49
</PackageReference >
50
50
</ItemGroup >
51
51
52
- <ItemGroup Condition =" '$(TargetFramework)' == 'net462'" >
52
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net462' " >
53
53
<PackageReference Include =" Microsoft.Bcl.Cryptography" />
54
54
</ItemGroup >
55
55
56
- <ItemGroup Condition =" !$([MSBuild]::IsTargetFrameworkCompatible( '$(TargetFramework)', 'net8 .0')) " >
56
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2 .0' " >
57
57
<PackageReference Include =" System.Formats.Asn1" />
58
58
</ItemGroup >
59
59
You can’t perform that action at this time.
0 commit comments