Microsoft.AspNet.OData Package 7.6.5 is misconfigured
The binary references OData 7.15.0 assemblies, but the nuspec mentions 7.13.0 - this discrepancy is confusing package version analysis during our builds.
We should see if we can automate incrementing the version numbers when we consume a new package.
We should see if we can automate incrementing the version numbers when we consume a new package.
Or at the very least have some PR time validation that makes sure the nuspec aligns with the consumed package versions.
You folks need to stop using nuspec files and upgrade the .NET Framework projects to SDK-style projects. Then you won't have this problem.