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

ExtensionMetadataGenerator is not packaging runtime assemblies #10651

Open
jviau opened this issue Nov 22, 2024 · 0 comments · May be fixed by #10648
Open

ExtensionMetadataGenerator is not packaging runtime assemblies #10651

jviau opened this issue Nov 22, 2024 · 0 comments · May be fixed by #10648
Assignees

Comments

@jviau
Copy link
Contributor

jviau commented Nov 22, 2024

ExtensionMetadataGenerator has two issues in it:

  1. Ever since moving to dotnet common artifacts, it has not been packaging its runtime assemblies for .netstandard.
    • Need to fix packaging to include runtime assemblies.
  2. ExtensionMetadataGenerator.Console was updated to .net6 a while back, but it is being force-built as .netcoreapp2.0.
    • We should correct this and package the tool as .net6
@jviau jviau self-assigned this Nov 22, 2024
@jviau jviau linked a pull request Nov 22, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant