Replies: 2 comments
-
|
Migrating to an issue, thanks for reporting this. Good idea. #54691 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hmm, the challenge here is that this works well for stable versions but for the previews, the workload version and the SDK version are not really connected (other than both being the same preview). To make that work here, we'd have to install the sdk first, then get the workload set from the dotnet workload search version output, and then update. |
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.
-
dotnetup install preview --update-global-jsonupdated mysdk.versionbut notsdk.workloadVersion, now I have to update that manually.FWIW, I don't need it to run
dotnet workload restoreor anything, I just want it to find the version number and put it to my global.json.Beta Was this translation helpful? Give feedback.
All reactions