Skip to content

Commit 3974f7f

Browse files
committed
Fix TEMPLATE-REMOVE tag
1 parent 4bd5df5 commit 3974f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/mvc/src/MyCompanyName.MyProjectName.Web/MyProjectNameWebModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ private static void ConfigureVirtualFileSystem(IServiceCollection services, IHos
9797
services.Configure<VirtualFileSystemOptions>(options =>
9898
{
9999
options.FileSets.ReplaceEmbeddedByPyhsical<MyProjectNameDomainModule>(Path.Combine(hostingEnvironment.ContentRootPath, "..\\MyCompanyName.MyProjectName.Domain"));
100-
//</TEMPLATE-REMOVE>
100+
//<TEMPLATE-REMOVE>
101101
options.FileSets.ReplaceEmbeddedByPyhsical<AbpUiModule>(Path.Combine(hostingEnvironment.ContentRootPath, "..\\..\\..\\..\\framework\\src\\Volo.Abp.UI"));
102102
options.FileSets.ReplaceEmbeddedByPyhsical<AbpAspNetCoreMvcUiModule>(Path.Combine(hostingEnvironment.ContentRootPath, "..\\..\\..\\..\\framework\\src\\Volo.Abp.AspNetCore.Mvc.UI"));
103103
options.FileSets.ReplaceEmbeddedByPyhsical<AbpAspNetCoreMvcUiBootstrapModule>(Path.Combine(hostingEnvironment.ContentRootPath, "..\\..\\..\\..\\framework\\src\\Volo.Abp.AspNetCore.Mvc.UI.Bootstrap"));

0 commit comments

Comments
 (0)