System.Web.Http missing after .net 4.5 upgrade

前端 未结 4 1879
暖寄归人
暖寄归人 2020-12-18 18:32

I\'ve just upgraded my solution to .net 4.5 using Target Framework Migrator, and then the package manager console command:

Update-Package -Reinstall -IgnoreDe

4条回答
  •  执笔经年
    2020-12-18 19:09

    Have you looked in the Extensions part of the "Add new reference", instead of Framework ?

    If it's not there, it's in the Microsoft.AspNet.WebApi.Core package on NuGet.

提交回复
热议问题