-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
.Net core SDK not found #7661
Comments
Current work around is to download the binary tar.gz for SDK 6.0.302 instead of using the package manager version https://dotnet.microsoft.com/en-us/download/dotnet/6.0 Installing via package manager results in no sdks. Installing the binary, the 6.0 sdk is available. |
CC @wli3 @dsplaisted |
@MichaelSimons Any idea why this would happen? I tried updating to the latest packages on Ubuntu 18 and it didn't give me any issues. The package version numbers look different though:
|
Please see #7699 for guidance on how to resolve this situation. |
This issue is stale because there has been no response to a request for more information for 7 days. |
Resolved by #7699 confirmed |
So I'll close the bug. Thanks for letting us know. |
Description
After upgrading to the latest dotnet-sdk-6.0, no sdks are found
packages were removed and re-isntalled to the same result.
Installed packages:
Configuration
Regression?
Before upgrading to 6.0.302-1, the 6.0 sdk was available. After upgrade, I have no sdks and can no longer build applications.
Other information
The text was updated successfully, but these errors were encountered: