Reputation: 592
I get the following message when I attempt to save an AWS lambda project in VS 2015. I just downloaded and installed the AWS .Net tools and SDK. I then created a new AWS lambda(.Net Core) project and tried to save the project and got the message below.
I am able to open and save other non AWS projects.
Upvotes: 2
Views: 384
Reputation: 5951
You also need to install the latest Visual Studio .Net Core Tools Preview.
Here is the link to the download.
Refer to this SO question for more details.
This material, previously from an entry I created on SO Docs, may help:
Upvotes: 2