Update Jaeger NuGet dependencies for Lesson3.Server andLesson4.Server so they don't conflict with Library project. I've updated them from 0.0.10 to 0.1.0 both.
Build errors:
Another way to solve this problem is to remove Jaeger NuGet packages from both projects and use the ones referenced in the Library project. However, I don't think it's a good idea because we lose the illustrativeness of these examples.
Update Jaeger NuGet dependencies for
Lesson3.Server
andLesson4.Server
so they don't conflict withLibrary
project. I've updated them from0.0.10
to0.1.0
both. Build errors:Another way to solve this problem is to remove Jaeger NuGet packages from both projects and use the ones referenced in the
Library
project. However, I don't think it's a good idea because we lose the illustrativeness of these examples.