WebApi icon indicating copy to clipboard operation
WebApi copied to clipboard

Microsoft.AspNet.OData Package 7.6.5 is misconfigured

Open ificator opened this issue 2 years ago • 3 comments

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.

ificator avatar Apr 03 '23 18:04 ificator

We should see if we can automate incrementing the version numbers when we consume a new package.

corranrogue9 avatar Apr 04 '23 17:04 corranrogue9

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.

ificator avatar Apr 04 '23 19:04 ificator

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.

robertmclaws avatar Apr 04 '23 19:04 robertmclaws