aspnet / Coherence

A build that verifies that all the packages form a consistent graph.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix error message for incoherent packages

pranavkm opened this issue · comments

Expected Microsoft.NETCore.App (� 1.0.0-rc2-23931)(netstandard15) but got 1.0.0-rc2-24008

It should say 'the package was compiled against Microsoft.NETCore.App (1.0.0-rc2-23931) but the most recent version is 1.0.0-rc2-24008` or something like that.

This was fixed in db4edc1