简体   繁体   English

是否可以在解决方案中为单个项目创建Nuget包?

[英]Is it Possible to Create Nuget Package for Single Project in a Solution?

Do Nuget packages only work on a Solution level? Nuget软件包仅在解决方案级别上起作用吗?

Or is it possible to create nuget packages for only Specific Projects in a solution? 还是可以在解决方案中仅为特定项目创建nuget包? I have a single project which I want to nugetize, and would like to ignore the rest. 我有一个项目想要推广,而忽略其余项目。

使用dotnet pack <PROJECT>创建.Net Core项目的nuget包

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否可以仅为单个命名空间创建Nuget包? - Is It Possible to Create Nuget Package for only a Single Namespace? 如何为解决方案中的每个项目创建单独的 nuget 包,并将项目引用转换为 nuget 依赖项? - How do I create an individual nuget package for each project in a solution, with project references converted to nuget dependencies? 如何通过构建将nuget包添加到项目(不是解决方案) - How to add nuget package to project (not solution) with build 通过Nuget包在解决方案中创建新项目 - Creating a new project in a Solution through Nuget package 将多个项目打包到一个NuGet包中 - Package multiple project into a single NuGet Package 是否可以引用解决方案中存在的项目,如果不在.NET Core中,可以使用NuGet程序包引用作为后备吗? - Is it possible to reference a project that exists in the solution and use NuGet package reference as fall-back if not in .NET Core? 为具有多个项目的解决方案创建 nuget 包 - Create nuget package for a solution with multiple projects 将以前为NuGet软件包的现有解决方案添加到单个解决方案中 - Adding an Existing Solution that was Previously a NuGet Package into a Single Solution 使用3种不同的构建配置从单个C#项目创建NuGet程序包 - Create a NuGet package from a single C# project with 3 different build configurations 创建Function App项目的NuGet包 - Create NuGet package of Function App project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM