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

Decide how to distribute targets file in NuGet #127

Open
pascalberger opened this issue Jan 18, 2021 · 1 comment
Open

Decide how to distribute targets file in NuGet #127

pascalberger opened this issue Jan 18, 2021 · 1 comment

Comments

@pascalberger
Copy link
Member

MagicChunks.targets file is currently in lib folder. We should consider if this makes sense and what the best way is to distribute the targets file.

@nils-a
Copy link
Contributor

nils-a commented Jan 18, 2021

I would suggest moving the MagicChunks.targets into a dedicated package MagicChunks.MSBuild.nupkg and place it into the build/<net-version> folder there. That way, for current msbuild based projects, referencing the MagicChunks.MSBuild.nupkg will automatically import the MagicChunks.targets into the build.

Reference: docs.microsoft.com

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

No branches or pull requests

2 participants