Commit 159923f
committed
chore: pin Kuestenlogik.Bowire to exact 1.4.4, drop CPM floating-versions opt-in
Switches Directory.Packages.props from the floating 1.4.* pin (which
required CentralPackageFloatingVersionsEnabled=true to bypass NU1011)
to the exact 1.4.4 pin. Reasons:
- Reproducible builds: same commit, same binaries, forever.
- Dependabot actually sees the updates: with a floating range it
silently absorbs 1.4.x patch / minor bumps without a PR; with an
exact pin each bump is a reviewable PR that runs CI first.
- NuGet default shape: no opt-in flag, no NU1011 workaround required.
Bowire 1.4.x is plugin-contract-compatible, so the runtime behaviour
doesn't change — the dep graph just becomes deterministic across
rebuilds. When Bowire 1.4.5 ships, Dependabot opens a PR; CI green-
lights it; auto-merge takes care of the rest.1 parent 30d8c2a commit 159923f
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
| |||
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
15 | | - | |
| 12 | + | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
| |||
0 commit comments