我已经使用Nuget包资源管理器创建了一个Nuget包。这个包有一些我在代码中使用的第三方dll。dlls包含在Nuget包中,不会在项目引用中直接引用。Nuget包包含以下内容。nuget (Needed by thirdPartyAAA.dll)
- Dependency om RestSharp nuget (Neede
我需要从类库项目中的一个类(目标4.7.2)创建ASP.NET核心2.1WebAPI。我添加了对Microsoft.AspNetCore和Microsoft.AspNetCore.Mvc.Core的引用。系统找不到指定的文件。输出窗口:
Exception thrown: 'System.IO.FileNotFoundException' in Microsoft.Extensions.DependencyInjection.dllexception of type 'Sys