-
Notifications
You must be signed in to change notification settings - Fork 158
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
Remove References to Net6 & Net7 #1349
Conversation
@1eyewonder I think what's really happening here is the mixed-up install location. This is a pet peeve of mine, but the way the GHA runners are configured is a combination of a lot of different versions. We probably should be using an isolated install location. We should do this by setting the |
Do we have a preference for what path we want to use for this global variable? I was just going to use something like |
You should be safe to choose a repo-local directory like |
It looks like that did the trick at least for the PR build. Are we wanting to add this to other yml files as well? I imagine |
Yes please, that would be great |
…vironment variable from nightly.
I believe this one should be ready to go. Let me know if I need to clean anything else up 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
These changes ensure that the projects are updated to use the latest .NET framework versions, providing improved performance and new features available in .NET 8.0 and 9.0.