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
This causes VS to (incorrectly) attempt to fix the project and not handle it correctly as it thinks it's a legacy projects type instead of using CPS.
For SDK-style C# projects, it needs project type GUID 9A19103F-16F7-4668-BE54-9A1E7A4F7556 instead of FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
The text was updated successfully, but these errors were encountered:
Add new project type GUIDs for .NET SDK projects (#32)
732957a
Use a `Guid` instead of a `string` for storing the values. Have a dictionary for legacy/NET SDK project type GUIDS Added some unit tests Fixes #29
No branches or pull requests
This causes VS to (incorrectly) attempt to fix the project and not handle it correctly as it thinks it's a legacy projects type instead of using CPS.
For SDK-style C# projects, it needs project type GUID 9A19103F-16F7-4668-BE54-9A1E7A4F7556 instead of FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
The text was updated successfully, but these errors were encountered: