-
Notifications
You must be signed in to change notification settings - Fork 274
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
Add support for net7.0 to dotnet.py script #2009
Comments
Good call. We need to spin up a release/6.0.1xx branch in the perf repo before we can change this. Is this blocking you? |
Yes...superpmi collection is failing with following errors:
|
Working on a fix for this now. |
These three PRs should get us in a good place, but the runtime ones will have to go in first. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, when we do
dotnet.py install --architecture x64 --install-dir D:\workspace\_work\1\s\workitem\performance\tools\dotnet\x64 --verbose
, it installs net6.0 but it should start installing net7.0The text was updated successfully, but these errors were encountered: