NuGet 包管理器无法在 Visual Studio 2017 中工作 - 对于 a.NET Core 1.1 Web 应用程序

NuGet Package Manager not working in Visual Studio 2017 - for a.NET Core 1.1 web application

我刚刚在 VS2017 中创建了一个 .NET Core Web 应用程序,我希望能够为单页应用程序提供服务。为了能够做到这一点,我尝试安装 nuget 包 Microsoft.AspNetCore.StaticFiles。但是我的 NuGet 安装程序失败并抛出以下错误

Severity Code Description Project File Line Suppression State Package restore failed. Rolling back package changes for 'MyApp'.

右键单击 project=>Properties 并将 TargetFramework 设置为 .net core 2.0(小于或等于您正在使用的软件包版本)

构建项目,然后从 nuget.

安装你想要的任何东西