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
If you set $(DevelopmentDependency)=true in the csproj, nugetizer does not emit the right developmentDependency metadata.
$(DevelopmentDependency)=true
developmentDependency
We instead have our own IsDevelopmentDependency. We should deprecate that in favor of the SDK one.
IsDevelopmentDependency
See https://github.com/NuGet/Home/wiki/DevelopmentDependency-support-for-PackageReference for more information.
The text was updated successfully, but these errors were encountered:
Make IsDevelopmentDependency legacy
f0e98f7
We should support the OOb SDK Pack property instead. In this case, it's intuitive enough and will likely get completion support eventually, as well as docs. See https://github.com/NuGet/Home/wiki/DevelopmentDependency-support-for-PackageReference Fixes #253
c810939
Successfully merging a pull request may close this issue.
Describe the Bug
If you set
$(DevelopmentDependency)=true
in the csproj, nugetizer does not emit the rightdevelopmentDependency
metadata.We instead have our own
IsDevelopmentDependency
. We should deprecate that in favor of the SDK one.See https://github.com/NuGet/Home/wiki/DevelopmentDependency-support-for-PackageReference for more information.
The text was updated successfully, but these errors were encountered: