0

I am trying to run dotnet core project I get error: Microsoft.dotnet.props was not found.

I have installed the dotnet core please check below screenshot.

I have seen other threads below but they are not working for me.

Microsoft.DotNet.Props was not found

ASP.Net Core Web API Build Error - MSB4019 The imported project Microsoft.DotNet.Props was not found. Confirm that the path in the <Import>

I am new to this; I have tried and read lots of issues on SO and git but I am not able to sort issue. Any help will be great.

Let me know if I need to add more details.

enter image description here

enter image description here

Community
  • 1
  • 1
Aamir Shahzad
  • 6,683
  • 8
  • 47
  • 70

1 Answers1

1

I am wondering why you try to work with 1.0.1. There is 1.1 available now. I think theres a problem with the global.json File, where dotnetcore get the Properties by IOC for the solution.. Youve got this file? Try to download 1.1 .. https://www.microsoft.com/net/download/core

Andréw
  • 96
  • 1
  • 11