Skip to content

Commit fbbb41d

Browse files
author
Per Kops
committed
feat: add ProjectFrameworkType enum
1 parent df49af9 commit fbbb41d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
namespace Atc.CodingRules.Updater;
2+
3+
public enum ProjectFrameworkType
4+
{
5+
None,
6+
AzureFunctions,
7+
Blazor,
8+
Maui,
9+
WebApi,
10+
WinForms,
11+
Wpf,
12+
}

0 commit comments

Comments
 (0)