Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. PATH\NorthwindTraders-master\Src\Common\Common.csproj : error : The project file cannot be opened by the project system, because it is missing some critical imports or the referenced SDK cannot be found.
  2.  
  3. Detailed Information:
  4. Unable to locate the .NET Core SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version.
  5.  
  6.  
  7. PATH\NorthwindTraders-master\Src\Domain\Domain.csproj : error : The project file cannot be opened by the project system, because it is missing some critical imports or the referenced SDK cannot be found.
  8.  
  9. Detailed Information:
  10. Unable to locate the .NET Core SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version.
  11.  
  12.  
  13. PATH\NorthwindTraders-master\Src\Application\Application.csproj : error : The project file cannot be opened by the project system, because it is missing some critical imports or the referenced SDK cannot be found.
  14.  
  15. Detailed Information:
  16. Unable to locate the .NET Core SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version.
  17.  
  18.  
  19. PATH\NorthwindTraders-master\Src\Infrastructure\Infrastructure.csproj : error : The project file cannot be opened by the project system, because it is missing some critical imports or the referenced SDK cannot be found.
  20.  
  21. Detailed Information:
  22. Unable to locate the .NET Core SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version.
  23.  
  24.  
  25. PATH\NorthwindTraders-master\Src\Persistence\Persistence.csproj : error : The project file cannot be opened by the project system, because it is missing some critical imports or the referenced SDK cannot be found.
  26.  
  27. Detailed Information:
  28. Unable to locate the .NET Core SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version.
  29.  
  30.  
  31. PATH\NorthwindTraders-master\Src\WebUI\WebUI.csproj : error : The project file cannot be opened by the project system, because it is missing some critical imports or the referenced SDK cannot be found.
  32.  
  33. Detailed Information:
  34. Unable to locate the .NET Core SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version.
  35.  
  36.  
  37. PATH\NorthwindTraders-master\Tests\Application.UnitTests\Application.UnitTests.csproj : error : The project file cannot be opened by the project system, because it is missing some critical imports or the referenced SDK cannot be found.
  38.  
  39. Detailed Information:
  40. Unable to locate the .NET Core SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version.
  41.  
  42.  
  43. PATH\NorthwindTraders-master\Tests\Domain.UnitTests\Domain.UnitTests.csproj : error : The project file cannot be opened by the project system, because it is missing some critical imports or the referenced SDK cannot be found.
  44.  
  45. Detailed Information:
  46. Unable to locate the .NET Core SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version.
  47.  
  48.  
  49. PATH\NorthwindTraders-master\Tests\WebUI.IntegrationTests\WebUI.IntegrationTests.csproj : error : The project file cannot be opened by the project system, because it is missing some critical imports or the referenced SDK cannot be found.
  50.  
  51. Detailed Information:
  52. Unable to locate the .NET Core SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version.
  53.  
  54.  
  55. PATH\NorthwindTraders-master\Tests\Persistence.IntegrationTests\Persistence.IntegrationTests.csproj : error : The project file cannot be opened by the project system, because it is missing some critical imports or the referenced SDK cannot be found.
  56.  
  57. Detailed Information:
  58. Unable to locate the .NET Core SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement