Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit df7f3cd

Browse files
author
Rodrigo Moya
authored
Merge pull request #9265 from mono/backport-pr-9264-to-release-8.4
[release-8.4] [AspNetCore] Don't hard code BuildAction for Razor Component template
2 parents af5321a + 54e3b3c commit df7f3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/addins/MonoDevelop.AspNetCore/Templates/RazorComponent.xft.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222

2323
<!-- Template Content -->
2424
<TemplateFiles>
25-
<File name="${Name}.razor" src="RazorComponent.razor" BuildAction="Compile" />
25+
<File name="${Name}.razor" src="RazorComponent.razor" />
2626
</TemplateFiles>
2727
</Template>

0 commit comments

Comments
 (0)