-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Use sdk paths! #62619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Use sdk paths! #62619
Conversation
Hey @dotnet/aspnet-build, looks like this PR is something you want to take a look at. |
Looks like this PR hasn't been active for some time and the codebase could have been changed in the meantime. |
Looks like this PR hasn't been active for some time and the codebase could have been changed in the meantime. |
Small local development improvement. When building on the command line you no longer need to "activate" and we'll automatically look in the
.dotnet/
folder.dotnet/runtime#113512
Sadly VS doesn't seem to work yet, it grabs the right SDK, but doesn't seem to look at the same folder for runtimes yet. See dotnet/sdk#49363