Skip to content

Commit

Permalink
Merge pull request #155 from aws/vb_feature_detection
Browse files Browse the repository at this point in the history
fix: update default.json vb feature detection
  • Loading branch information
cslong authored Jul 6, 2022
2 parents 9049555 + 6f44f9c commit 75cedde
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion Templates/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@
"Name": "WebClassLibraryFeature",
"ClassName": "WebClassLibraryFeature"
},
{
"Name": "VBClassLibraryFeature",
"ClassName": "VBClassLibraryFeature"
},
{
"Name": "VBWebApiFeature",
"ClassName": "VBWebApiFeature"
},
{
"Name": "VBNetMvcFeature",
"ClassName": "VBNetMvcFeature"
},
{
"Name": "VBWebFormsFeature",
"ClassName": "VBWebFormsFeature"
},
{
"Name": "CoreWCFServiceConfigFeature",
"ClassName": "CoreWCFServiceConfigFeature"
Expand Down Expand Up @@ -237,4 +253,4 @@
]
}
]
}
}

0 comments on commit 75cedde

Please sign in to comment.