Skip to content

Commit

Permalink
Merge pull request #106 from egvijayanand/working
Browse files Browse the repository at this point in the history
Fixed template name ref
  • Loading branch information
egvijayanand authored Oct 20, 2024
2 parents f722a27 + affd41c commit f4d4c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
{
"condition": "(RazorLib && AddMvvmToolkit)",
"rename": {
"Imports.cs": "BlazorWinForms.1/Imports.cs"
"Imports.cs": "BlazorWpf.1/Imports.cs"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/BlazorWpf/BlazorWpf/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
{
"condition": "(RazorLib && AddMvvmToolkit)",
"rename": {
"Imports.cs": "BlazorWinForms.1/Imports.cs"
"Imports.cs": "BlazorWpf.1/Imports.cs"
}
}
]
Expand Down

0 comments on commit f4d4c5c

Please sign in to comment.