Skip to content

Commit ebb423f

Browse files
authored
Merge pull request #658 from aspnetboilerplate/issue-#6971
Removed AddRazorRuntimeCompilation from Startup
2 parents 7bb42d8 + 0349ded commit ebb423f

File tree

1 file changed

+1
-2
lines changed
  • aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Startup

1 file changed

+1
-2
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Startup/Startup.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ public void ConfigureServices(IServiceCollection services)
4040
options.Filters.Add(new AutoValidateAntiforgeryTokenAttribute());
4141
options.Filters.Add(new AbpAutoValidateAntiforgeryTokenAttribute());
4242
}
43-
)
44-
.AddRazorRuntimeCompilation();
43+
);
4544

4645
IdentityRegistrar.Register(services);
4746
AuthConfigurer.Configure(services, _appConfiguration);

0 commit comments

Comments
 (0)