-
-
Notifications
You must be signed in to change notification settings - Fork 970
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
Merged
+16
−35
Merged
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
3fc78f8
Bump the dependencies group with 5 updates
dependabot[bot] bdef967
use MEL 8.0.3
Rob-Hague 42b9dad
use MSTest meta package
Rob-Hague 3b85f76
revert Meziantou due to NRE
Rob-Hague 788952a
add a more useful global.json and pin third party action
Rob-Hague File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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="Meziantou.Analyzer" Version="2.0.188" /> | ||
| <PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" /> | ||
| <PackageVersion Include="Meziantou.Analyzer" Version="2.0.192" /> | ||
|
|
||
| <!-- 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" /> | ||
|
|
||
| <!-- 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" /> | ||
|
Collaborator
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?
Contributor
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" /> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
For reference: #1607 (comment)