Additional probing paths for .NET Core 3 migration
问题 Short version of the question: Is there any way in .NET Core 3 to specify a local probing path, using the same rules as the <probing> element from app.config? additionalProbingPaths does not seem to work. Long version of the question: I'm migrating a project from .NET Framework to .NET Core 3. In the original project, I kept a number of secondary dlls in a lib/ folder. This worked fine, as I set the probing path in App.exe.config , like so: <runtime> <assemblyBinding xmlns="urn:schemas