-
Notifications
You must be signed in to change notification settings - Fork 157
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
Update to dotnet 7. #779
Update to dotnet 7. #779
Conversation
At one point I did see this error on my local machine:
it is trying to use the legacy resolver for some reason. |
Update net6.0 projects to net7.0
I'm not going to claim I fully understand how this works but if you target The next bottleneck would be getting FAKE to work on |
@nojaf Thanks! this is great Even better would be to remove the use of FAKE from this core project. |
I was able to generate the Fantomas API docs locally with this change.
//cc @dsyme