How to fix 'Microsoft.NETCore.App', version '1.1.2' was not found?

前端 未结 3 764
离开以前
离开以前 2020-12-28 19:04

I am seeing this error when I try to run unit tests:

Testhost process exited with error: It was not possible to find any compatible framework versio

3条回答
  •  情话喂你
    2020-12-28 20:02

    for me the solution was to install dotnet core 1.1.2.. I had to install the mac version.

    https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.2-download.md

提交回复
热议问题