Hi,
I am getting below error when i tried to install azure service bus nuget package against visual studio 2015
Attempting to gather dependency information for package 'Microsoft.Azure.ServiceBus.3.2.1' with respect to project 'ServiceBusAzure', targeting '.NETFramework,Version=v4.5.2'Gathering dependency information took 1.23 sec
Attempting to resolve dependencies for package 'Microsoft.Azure.ServiceBus.3.2.1' with DependencyBehavior 'Lowest'
Resolving dependency information took 0 ms
Resolving actions to install package 'Microsoft.Azure.ServiceBus.3.2.1'
Resolved actions to install package 'Microsoft.Azure.ServiceBus.3.2.1'
Retrieving package 'Microsoft.Azure.ServiceBus 3.2.1' from 'Microsoft and .NET'.
Install failed. Rolling back...
Package 'Microsoft.Azure.ServiceBus.3.2.1' does not exist in project 'ServiceBusAzure'
Package 'Microsoft.Azure.ServiceBus.3.2.1' does not exist in folder 'C:\Users\bharath.baggavarapu\Desktop\Files\Azure\ServiceBusContext\ServiceBusAzure\packages'
Executing nuget actions took 118.77 ms
Install-Package : Could not install package 'Microsoft.Azure.ServiceBus 3.2.1'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package
does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
At line:1 char:1
+ Install-Package Microsoft.Azure.ServiceBus
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Time Elapsed: 00:00:03.6492565
Can anyone help me on this?
Thanks
Deepti Bharath