-
Notifications
You must be signed in to change notification settings - Fork 5k
[dotnet-pgo] Internal packaging issue with dotnet-pgo 10.0.0-*
packages
#115048
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
Comments
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
@ivanpovazan are you sure this belong in area-infrastructure? |
I think this needs to be placed into a feature area. Not sure who owns that package. |
@ViktorHofer I wasn't sure what is the right label and assumed infrastructure as it is an internal package. |
This error means that you do not have the right .NET version installed. dotnet/sdk#38172 is about that. You need to have .NET 10 installed to install and use .NET 10 tools. It works fine to me with .NET 10 installed:
|
Thanks for the clarification! |
Description
When trying to install
10.0.0-*
version of dotnet-pgo tool, the installation fails due to missingDotnetToolSettings.xml
file:This seems like a regression as installing
9.0.1.*
version completes successfully:The text was updated successfully, but these errors were encountered: