A very old project contains a reference to version 0.11.605 and we cannot find this available anymore? #4477
Unanswered
NicolaAtorino
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in a very legacy codebase we have this particular line of code (.net framweork application) :
<Import Project="..\..\packages\librdkafka.redist.0.11.605\build\librdkafka.redist.props" Condition="Exists('..\..\packages\librdkafka.redist.0.11.605\build\librdkafka.redist.props')" />
problem is, we cannot see this available anymore in nuget and we cannot understand what would be the best next version to use to mantain compatibility. Should we migrate to 0.11.1 ? or to 1.0.0 ? Any idea what this version 0.11.605 even is ?
Beta Was this translation helpful? Give feedback.
All reactions