[go: nahoru, domu]

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

Track CodeQL support for .NET 6 #1297

Closed
BornToBeRoot opened this issue Nov 13, 2021 · 1 comment
Closed

Track CodeQL support for .NET 6 #1297

BornToBeRoot opened this issue Nov 13, 2021 · 1 comment
Labels

Comments

@BornToBeRoot
Copy link
Owner

ref github/codeql-action#757

Add a global.json file as workaround:

{
  "sdk": {
    "version": "6.0.100",
    "rollForward": "latestMajor"
  }
}
@BornToBeRoot
Copy link
Owner Author

Fixed with commit 46fdab1

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

No branches or pull requests

1 participant