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

Error with --list-extensions listing for extension that target .NET Standard #839

Open
ChrisMaddock opened this issue Nov 29, 2020 · 0 comments

Comments

@ChrisMaddock
Copy link
Member

From nunit/teamcity-event-listener#75 (comment)

The TeamCity extension which targets .NET Standard 2.0 was displayed in the --list-extensions output as targeting .NET 4.0.

I presume this was because the console was running on .NET 4.7ish, and the console is instead (incorrectly) displaying the extensions runtime. So two issues:

  1. We should be displaying an extensions target framework, rather than the current runtime framework.
  2. We should look at when .NET 4.0 was displayed instead of .NET 4.7. I suspect that an extension which targets .NET 4.7 would also display as .NET 4.0, which is incorrect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants