Skip to content

Commit

Permalink
feat(templates): set default framework to .NET 9 in Boilerplate #9228 (
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi authored Nov 13, 2024
1 parent 0fc1eaa commit b3b2586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"$schema": "http://json.schemastore.org/template",
"author": "bit platform",
"classifications": [
Expand All @@ -20,7 +20,7 @@
"type": "parameter",
"description": "The target framework for the project.",
"datatype": "choice",
"defaultValue": "net8.0",
"defaultValue": "net9.0",
"choices": [
{
"choice": "net8.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected async override void OnStart()
//#if (IsInsideProjectTemplate)
/*
//#endif
const int minimumSupportedWebViewVersion = 83;
const int minimumSupportedWebViewVersion = 84;
//#if (IsInsideProjectTemplate)
*/
//#endif
Expand Down

0 comments on commit b3b2586

Please sign in to comment.