Commit 12c2153
authored
fix(deps): unblock dependabot nuget updates (#166)
## Summary
- Pin `Microsoft.Extensions.Logging[.Abstractions]` from `10.0.*` to
`10.0.7` in `SharpFM.Plugin` and `SharpFM.Plugin.Tests` — floating
wildcards interact badly with dependabot's NuGet updater.
- Loosen `global.json` to `version: 10.0.100` with `rollForward:
latestMinor`, so any .NET 10 SDK satisfies the pin (prior
`latestFeature` only matched the `10.0.1xx` band).
- Add a dedicated `nuget` entry targeting `/.config` so
`dotnet-tools.json` (xamlstyler.console) gets its own update job and
isn't blocked by sln-level restore issues.
Motivation: no nuget dependabot PRs have opened since February 2025. The
github_actions ecosystem runs daily and is healthy; nuget wasn't being
dispatched at all.1 parent b2b9f4c commit 12c2153
4 files changed
Lines changed: 8 additions & 4 deletions
File tree
- .github
- src/SharpFM.Plugin
- tests/SharpFM.Plugin.Tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments