-
-
Notifications
You must be signed in to change notification settings - Fork 946
Bump the dependencies group with 5 updates #1625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3fc78f8
bdef967
42b9dad
3b85f76
788952a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,21 +8,13 @@ | |
<PackageVersion Include="BouncyCastle.Cryptography" Version="2.5.1" /> | ||
<PackageVersion Include="coverlet.collector" Version="6.0.4" /> | ||
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" /> | ||
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageVersion> | ||
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" /> | ||
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.188" /> | ||
|
||
<!-- Must be kept at version 1.0.0, see https://github.com/sshnet/SSH.NET/pull/1288 for details. --> | ||
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For reference: #1607 (comment) |
||
|
||
<!-- No reason to require later than 6.0.0 at this time. --> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="9.0.2" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" /> | ||
<PackageVersion Include="MSTest.TestAdapter" Version="3.8.2" /> | ||
<PackageVersion Include="MSTest.TestFramework" Version="3.8.2" /> | ||
<!-- Should stay on LTS .NET releases. --> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. any objections to just take 8.0.3 and simplify the top-level dependencies slightly? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fine by me. |
||
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="9.0.3" /> | ||
<PackageVersion Include="MSTest" Version="3.8.3" /> | ||
<PackageVersion Include="Moq" Version="4.20.72" /> | ||
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.7.115" /> | ||
<PackageVersion Include="PolySharp" Version="1.15.0" /> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I found a use for global.json: when checking out old versions/commits then we hit the same problems as in #1624 with building on newer SDKs. Obviously we can't change the past and going forward it is not an issue if building in Debug, but it will still be an issue if building in Release (for e.g. benchmarking or in this case generating an API diff) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"version": "9.0.200", | ||
"rollForward": "latestFeature" | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GH actions security seems to be in the news a lot recently so I pinned the third-party action. AFAIU dependabot can still update it to a new commit and show the diff