asp.net core - How to get the project type of MVC 6 project? -


i'm using context menu mvc projects. i'm using value of project enable add-in. mvc3,mvc4 , mvc5 working fine. mvc 6 (asp.net 5) project doesnt have value in project file (.xproj) , cant value using method getaggregateprojecttypeguids() can used older mvc projects. there other way find project type? need find whether project mvc6 or not change add-in visibility.

there's no such thing mvc 6 project. there's project dependency on mvc 6. if want check need @ package references.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -