2016-04-24 43 views

回答

1

您需要爲您的nuget軟件包管理器添加特殊源,以便能夠找到MS團隊的開發版軟件包。

的來源網址,讓您可以找到這個包是https://www.myget.org/F/aspnet-contrib/api/v3/index.json

如果你喜歡命令行我覺得這個命令應該工作:

nuget sources add -name FeedName -Source https://www.myget.org/F/aspnet-contrib/api/v3/index.json 

或單擊熔核在Visual Studio設置和手動添加(你可以檢查there for example