Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个结构为 src/test/API 和 src/test/Client 的 C# 项目。我在这些文件夹下有一堆 .cs 文件。我想从这个项目中生成一个 DLL。我将如何做到这一点?如果可能的话,我想为此使用 Windows 命令提示符。下面是文件夹结构的截图
答案取决于您的目标是 .NET Framework 还是 .NET Core:
dotnet build
bin