Commit c83ccf1
committed
deps(dotnet): updated Splat, CefSharp, Sentry and Microsoft deps
Consolidated six open Dependabot pull requests into one atomic
update so Central Package Management stays internally consistent
and a single release/publish run covers all of them.
Root cause addressed:
* The Splat 19.3.1 family (Splat, Splat.Core, Splat.Logging,
Splat.NLog) was signed with a certificate that has since been
revoked. On the Linux pack/publish leg NuGet enforces revocation
and failed every restore with NU3012, which blocked the package
validation on PRs #83, #84, #91, #93 and would also have failed
the release publish job (it builds on Linux). Bumping Splat and
Splat.NLog to 20.0.0 drops the revoked 19.3.1 packages from the
graph entirely.
Updates:
* Splat / Splat.NLog 19.x -> 20.0.0 (clears NU3012, PR #93/#94)
* CefSharp.OffScreen/Wpf.NETCore 147.0.100 -> 148.0.90 to realign
with CefSharp.Common.NETCore 148.0.90 — CefSharp requires all
three packages on the same version (PR #83/#84)
* Sentry / Sentry.NLog 6.5.0 -> 6.6.0 (PR #87)
* Microsoft group, 9 updates (PR #91): System.* runtime libs
10.0.8 -> 10.0.9, Microsoft.Web.WebView2 1.0.3967.48 ->
1.0.4022.49, Microsoft.NET.Test.Sdk 18.5.1 -> 18.6.0
Validated locally with dotnet 10 restore on BAUERGROUP.Shared.slnx:
no NU1605 downgrades or CPM conflicts; Splat 20 resolves cleanly
against ReactiveUI 22.3.1.
Consolidates #83, #84, #87, #91, #93, #941 parent 26418f5 commit c83ccf1
1 file changed
Lines changed: 15 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments