Closed inthemedium closed 2 years ago
I believe the fix for this is to update the Microsoft.Azure.Services.AppAuthentication
dependency from
<dependency id="Microsoft.Azure.Services.AppAuthentication" version="1.0.3" />
to
<dependency id="Microsoft.Azure.Services.AppAuthentication" version="1.4.0" />
This is fixed in version 6.2.1. Thanks!
Description
When PackageReferencing
WindowsAzure.ServiceBus
6.2.0
it generates a warning because there is a mismatch between the declared dependency in the package's nuspec of1.0.3
(see "snip from nuspec below") and the dependency required by theMicrosoft.ServiceBus
assembly of1.4.0.0
(see screenshot from ILSpy).This issue is easily repro'd with the following
csproj
Snip from nuspec:
References from ILSpy
Actual Behavior
Expected Behavior