How to create and use ASP.NET vNext class library NuGet package?
问题 I would like to create a NuGet package of my ASP.NET vNext class library. How can I do it, step by step? I understand there is kpm build , but I couldn't find a guide regarding where to download kpm, etc. Also, after getting a NuGet package (or DLL) of it, how can I add it from local machine to my vNext project? 回答1: Kpm is the package manager for the new KRuntime. Instructions on how to install the KRuntime command line utilities on your developer machine can be found on the aspnet Home repo