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
Post a Comment