We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to when the Dockerfiles were bumped to PS7.2, once #1050 is done we should be able to bump the PodeListener to also build using .NET7.
Also similar to when it was bumped to use .NET6, we'll likely need to compile versions for:
And then use the correct DLLs depending on the version of PowerShell being used. Ie: only .NET7 will work with PS7.3
The text was updated successfully, but these errors were encountered:
#1051: bump listener to .NET7 for PS7.3+. also fix small resolving is…
4db3fd1
…sue on Windows
#1051: bump .net to 7 in github actions
2480542
Badgerati
Successfully merging a pull request may close this issue.
Describe the Change
Similar to when the Dockerfiles were bumped to PS7.2, once #1050 is done we should be able to bump the PodeListener to also build using .NET7.
Also similar to when it was bumped to use .NET6, we'll likely need to compile versions for:
And then use the correct DLLs depending on the version of PowerShell being used. Ie: only .NET7 will work with PS7.3
The text was updated successfully, but these errors were encountered: