I can create / run an ASP.NET Core 2.0 project with the full .NET framework 4.6.1, I have completed the following steps -
- A new project was created using the ASP.NET Core web application in the Web category -

- - (Model-View-Controller)

- csproj :
<TargetFramework>net461</TargetFramework>

-