Update dotnet workloads along with dotnet sdks #36924
TonEnfer
started this conversation in
Suggest an Idea
Replies: 1 comment
-
|
Hi there, Please help this Discussion progress by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running Renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
Hello!
Workloads in dotnet, similar to SDK version, support versioning in the global.json file
Documentation - https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-sets#use-globaljson-for-the-workload-set-version
Currently, renovate only updates the SDK version, but ignores the workload version update. It seems like the right thing to do is to update them along with the SDK version.
Reproduction - https://github.com/TonEnfer/renovate-reproduction-36924
Beta Was this translation helpful? Give feedback.
All reactions