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
If SDK versions are upgraded for the test projects from net6.0 to net8.0, the FAKE build script fails to run correctly with many errors.
Please provide the steps required to reproduce the problem
Builds successfully
Errors thrown about not finding System.String, etc.
Stick on net6.0 and pin SDK version in global.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
If SDK versions are upgraded for the test projects from net6.0 to net8.0, the FAKE build script fails to run correctly with many errors.
Repro steps
Please provide the steps required to reproduce the problem
Expected behavior
Builds successfully
Actual behavior
Errors thrown about not finding System.String, etc.
Known workarounds
Stick on net6.0 and pin SDK version in global.json
The text was updated successfully, but these errors were encountered: