Reputation: 607
I am using Visual Studio 2015 Update 3.
After installing ".NET Core 1.1.0 - SDK 1.0.0 Preview 2.1-003177",
Whenever I am going to create new "asp.net core" web application, I am getting below error, looks like it always refer some old configuration.
How to resolve this, please suggest!
Upvotes: 0
Views: 2180
Reputation: 2242
Edit the SDK version in your global.json
in Solution Items. Change it to 1.0.0-preview2.1-003177
.
Upvotes: 1