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
The template is still targeting .NET Framework, which will no longer work for Git Extensions v4+ (it's targeting .NET 6.0).
gitextensions.plugintemplate/src/GitExtensions.PluginTemplate/GitExtensions.PluginTemplate.csproj
Line 4 in 965d08e
Update the template to target the .NET 6.0 (or whatever TFM is currently targeted by Git Extensions). https://github.com/gitextensions/GitExtensions.GerritPlugin may act as a good reference source.
The text was updated successfully, but these errors were encountered:
(gitextensions#17) updated TargetFramework to net6.0-windows7.0
f318055
* Bumped GitExtensions.Extensibility * Referenced Microsoft.VisualStudio.Composition * Referenced Microsoft.VisualStudio.threading
Successfully merging a pull request may close this issue.
The template is still targeting .NET Framework, which will no longer work for Git Extensions v4+ (it's targeting .NET 6.0).
gitextensions.plugintemplate/src/GitExtensions.PluginTemplate/GitExtensions.PluginTemplate.csproj
Line 4 in 965d08e
Update the template to target the .NET 6.0 (or whatever TFM is currently targeted by Git Extensions). https://github.com/gitextensions/GitExtensions.GerritPlugin may act as a good reference source.
The text was updated successfully, but these errors were encountered: