thermofisherlsms / RawFileReader

Other
46 stars 18 forks source link

Produced nuget package has incorrect dependency versions #1

Open chhh opened 2 years ago

chhh commented 2 years ago

When you add ThermoFisher.CommonCore.RawFileReader as a dependency, Visual Studio shows this warning: ThermoFisher.CommonCore.RawFileReader 5.0.0.71 depends on ThermoFisher.CommonCore.Data (>= 5.0.0.38) but ThermoFisher.CommonCore.Data 5.0.0.38 was not found. An approximate best match of ThermoFisher.CommonCore.Data 5.0.0.71 was resolved.

It's minor and everything gets resolved correctly though. At least when the old version is not available.