File tree Expand file tree Collapse file tree 2 files changed +13
-17
lines changed
Expand file tree Collapse file tree 2 files changed +13
-17
lines changed Original file line number Diff line number Diff line change @@ -14,26 +14,18 @@ updates:
1414 directory : " /"
1515 schedule :
1616 interval : " monthly"
17- ignore :
18- # AsyncInterfaces must stay at 1.0.0 because of https://github.com/sshnet/SSH.NET/pull/1288
17+ ignore : # See justifications in Directory.Packages.props
1918 - dependency-name : " Microsoft.Bcl.AsyncInterfaces"
20- # These should stay on LTS .NET Releases
19+
2120 - dependency-name : " System.Formats.Asn1"
2221 update-types : ["version-update:semver-major"]
23- - dependency-name : " Microsoft.Extensions.Logging.*"
22+
23+ - dependency-name : " Microsoft.Extensions.Logging.Abstractions"
2424 update-types : ["version-update:semver-major"]
2525 groups :
26- test- dependencies :
26+ dependencies :
2727 patterns :
28- - " *Test*"
29- - " BenchmarkDotNet"
30- - " coverlet*"
31- - " Meziantou.Analyzer"
32- - " Moq"
33- - " Nerdbank.GitVersioning"
34- - " PolySharp"
35- - " Sonar*"
36- - " StyleCop*"
28+ - " *"
3729
3830 - package-ecosystem : " github-actions"
3931 directory : " /"
Original file line number Diff line number Diff line change 1313 <PrivateAssets >all</PrivateAssets >
1414 </PackageVersion >
1515 <PackageVersion Include =" Meziantou.Analyzer" Version =" 2.0.186" />
16- <!-- Must be kept at version 1.0.0 or higher, see https://github.com/sshnet/SSH.NET/pull/1288 for details. -->
16+
17+ <!-- Must be kept at version 1.0.0, see https://github.com/sshnet/SSH.NET/pull/1288 for details. -->
1718 <PackageVersion Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 1.0.0" />
18- <PackageVersion Include =" Microsoft.Extensions.Logging" Version =" 8.0.0" />
19+
20+ <!-- No reason to require later than 6.0.0 at this time. -->
1921 <PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6.0.0" />
20- <PackageVersion Include =" Microsoft.Extensions.Logging.Console" Version =" 8 .0.0 " />
22+ <PackageVersion Include =" Microsoft.Extensions.Logging.Console" Version =" 9 .0.1 " />
2123 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
2224 <PackageVersion Include =" MSTest.TestAdapter" Version =" 3.7.3" />
2325 <PackageVersion Include =" MSTest.TestFramework" Version =" 3.7.3" />
2628 <PackageVersion Include =" PolySharp" Version =" 1.15.0" />
2729 <PackageVersion Include =" SonarAnalyzer.CSharp" Version =" 10.6.0.109712" />
2830 <PackageVersion Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.556" />
31+
32+ <!-- Should stay on LTS .NET releases. -->
2933 <PackageVersion Include =" System.Formats.Asn1" Version =" 8.0.1" />
3034 <PackageVersion Include =" Testcontainers" Version =" 4.1.0" />
3135 </ItemGroup >
You can’t perform that action at this time.
0 commit comments