Dynamic NuGet install version mismatch #33722
-
How are you running Renovate?Self-hosted Renovate If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.Gitea, Renovate v39.113.0 Please tell us more about your question or problemWe have an ASP.NET Core project with
However, we also have a {
"sdk": {
"version": "9.0.101",
"rollForward": "disable",
"allowPrerelease": false
}
} It enforces version 9.0.101 (and only 9.0.101). We do this to maximize reproducibility between different environments (e.g. developer workstations vs. Docker images), using the exact same version everywhere. Unfortunately, because of this, Renovate is unable to update the lock file, because of the SDK version mismatch. This is the error that is part of the PR comment created by Renovate:
I suspect that Renovate does not yet derive the NuGet version constraint from Logs (if relevant)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please retry with 39.116.0: #33673 |
Beta Was this translation helpful? Give feedback.
Please retry with 39.116.0: #33673