我在构建Visual Studio 2017解决方案时遇到问题,其中一个类库项目包含对.NET Standard / Core组件(Microsoft.Exensions.Logging
)的引用。
我的类库是 .NET 4.6.2 ,并引用 .NET Standard 2.01 。
在Visual Studio中构建并运行良好的一切,但是,当尝试在Visual Studio Online中创建构建时,我收到以下错误。该构建以前一直在工作,我正在进行Nuget包恢复。
> MyWeb.csproj (1080, 5)
> MyWeb.csproj(1080,5): Error : This project references NuGet package(s) that are missing on this computer. Use NuGet Package
> Restore to download them. For more information, see
> http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is
> ..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets.
有什么见解?
提前谢谢