Skip to content

Commit

Permalink
put the api.register next to dotnetframework register function
Browse files Browse the repository at this point in the history
  • Loading branch information
Beernaert Robbe committed Oct 8, 2024
1 parent 76b9709 commit b409321
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/_premake_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,20 @@
kind = "string",
}

api.register {
name = "dotnetsdk",
scope = "project",
kind = "string",
allowed = {
"web",
"razor",
"worker",
"blazor",
"windowsdesktop",
"mstest"
}
}

api.register {
name = "enabledefaultcompileitems",
scope = "config",
Expand Down Expand Up @@ -772,20 +786,6 @@
kind = "string",
}

api.register {
name = "dotnetsdk",
scope = "project",
kind = "string",
allowed = {
"web",
"razor",
"worker",
"blazor",
"windowsdesktop",
"mstest"
}
}

api.register {
name = "cdialect",
scope = "config",
Expand Down

0 comments on commit b409321

Please sign in to comment.