I have the following lines in MessagingQueue.csproj
<ItemGroup><PackageReference Include="AsyncIO.Repacked" Version="0.1.26" /><PackageReference Include="NetMQ.Repacked" Version="4.0.0" /></ItemGroup>
But in UI I don't see them:
There are no changes in the csproj comparing with a working version. Seems like changes were applied in another place or maybe there is an environmental problem. I tried to remove all bin
and obj
folders - didn't help.