Add net8.0 target for TranslationLayer by nohwnd · Pull Request #15375 · microsoft/vstest (original) (raw)

Translation layer targets netstandard2.0 but depends on object model that has net8.0 target, which will restore net8.0 object model in consuming project if the project supports net8.0 or newer.

To avoid this mixup of dependencies, add target for the translation layer. Especially since we already support .NET Framework explicitly.

Remove dependency dlls that we already ship in object model package, and fix dependencies on newtonsoft and object model for netstandard2.0.