I would like to know where can I see if my asp core app is on the .net core framework or full .net framework. Because when I right click on my project then click on propertie it say that I target >NET core 2.0 but even when I create a new project with this option (as you can see in the upper left corner it say .NET framework the core 2.0) the target framework remain .NET core 2.0 in the propertie of the project so I don't know what to think:
Second screenshot :