Is it possible to use Microsoft.Build.NoTargets with no target framework? #12979
Unanswered
paulomorgado
asked this question in
Q&A
Replies: 1 comment 3 replies
-
If you want to be able to include the project in the solution, then NuGet will require the project to have a valid target framework. If it's acceptable to omit the project using the NoTargets SDK from the solution, then from NuGet's point of view it doesn't matter. In case NuGet filters projects based on extension, maybe calling it |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using Microsoft.Build.NoTargets a "real" target framework is always need.
I want to use
Microsoft.Build.NoTargets
SDK to build NuGet packages that have dependencies on NuGet packages that have no dependencies and are just tools. Like https://www.nuget.org/packages/Microsoft.Extensions.ApiDescription.Client.Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions