i have installed the nuget package for asp.net webapi 2.2. and now when i am executing this command
PM> Install-Package Microsoft.AspNet.WebApi.Cors
from nuget package manager it is showing this error.
Install-Package : Unable to find package 'Microsoft.AspNet.WebApi.Cors'. At line:1 char:1 + Install-Package Microsoft.AspNet.WebApi.Cors + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
