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

Specify framework in VS Code publish task #3799

Open
wants to merge 1 commit into
base: v4.x
Choose a base branch
from
Open

Specify framework in VS Code publish task #3799

wants to merge 1 commit into from

Conversation

ejizba
Copy link
Contributor

@ejizba ejizba commented Aug 22, 2024

Issue describing the changes in this PR

I use the VS Code publish task when I work on core tools and it's currently giving this error:

The 'Publish' target is not supported without specifying a target framework. The current project targets multiple frameworks, you must specify one of the following frameworks in order to publish: net6.0, net8.0

So I added config that allows you to pick the framework when running the task.

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • I have added all required tests (Unit tests, E2E tests)

@ejizba ejizba requested a review from a team as a code owner August 22, 2024 19:19
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 this pull request may close these issues.

1 participant