2
Visual Studio 2019를 16.4.0으로 업데이트 한 후 대상 프레임 워크 2.2로 테스트를 실행할 수 없습니다.
Visual studio 2019버전 16.4.0으로 업데이트 했습니다. 이 버전은 .NET Core SDK3.1.100을 포함 합니다. 그 후 Target Framework2.2 로 프로젝트에서 가지고있는 일부 단위 테스트를 실행하려고했지만 그렇게 할 수는 없습니다. 다음과 같은 오류가 발생합니다. Microsoft.VisualStudio.TestPlatform.ObjectModel.TestPlatformException: Testhost process exited with error: It was not possible to find any compatible framework version The framework …