VitalElement / AvalonStudio

Cross platform IDE and Shell
GNU Lesser General Public License v3.0
1.61k stars 235 forks source link

Support ASP.net core projects #556

Open danwalmsley opened 6 years ago

danwalmsley commented 6 years ago

sample project.

https://files.gitter.im/VitalElement/AvalonStudio/Rssi/WebApplication1.zip

danwalmsley commented 6 years ago

@LiHRam

LiHRaM commented 6 years ago

@danwalmsley That's actually a PRE .net core project (so mono/windows sdk) - should I upload one for .net core as well?

danwalmsley commented 6 years ago

@LiHRaM yes please!

LiHRaM commented 6 years ago

@danwalmsley Here it is!

EDIT: https://files.gitter.im/VitalElement/AvalonStudio/Sxj2/example_netcore.zip

danwalmsley commented 6 years ago

We need to read the sdk tag <Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk.Web">

to tell if its an ASP.net project.

Any volenteers?