./bin/<configuration>/<framework>/
. For projects with multiple target frameworks (via the
TargetFrameworks
property), you also need to specify a framework when you specify this option.
dotnet test
always runs tests from the output directory. You can use
AppDomain.BaseDirectory to consume test
assets in the output directory.