在使用Visual Studio Code时,如何将新的基于csproj的项目的Nuget包更新为最新的?
这是我在.csproj文件中的内容:
如果我这样做dotnet restore只会安装指定的软件包版本.
dotnet restore
没有dotnet restore update或没有dotnet nuget update选择.
dotnet restore update
dotnet nuget update
所有上述引用的Microsoft.AspNetCore.*软件包都有更新的版本(1.1.0).
Microsoft.AspNetCore.*
我想更新软件包并自动更新引用,就像在Visual Studio中一样.