Skip to content
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

FAKE doesn't work with .NET 8 SDK #11

Open
AndrewIOM opened this issue Apr 5, 2024 · 0 comments
Open

FAKE doesn't work with .NET 8 SDK #11

AndrewIOM opened this issue Apr 5, 2024 · 0 comments

Comments

@AndrewIOM
Copy link
Owner

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

  1. Update net6.0 to net8.0 in test projects.
  2. Remove global.json
  3. Run dotnet paket install
  4. Run dotnet fake run

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant