Skip to content

Commit dffaa67

Browse files
committed
Fixe for the .net core runtime issue
1 parent a073246 commit dffaa67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearningHub.Nhs.WebUI/ServiceCollectionExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public static void ConfigureServices(this IServiceCollection services, IConfigur
132132
});
133133

134134
services.AddControllersWithViews().AddNewtonsoftJson();
135-
services.AddControllersWithViews().AddRazorRuntimeCompilation();
135+
services.AddControllersWithViews();
136136

137137
services.AddFeatureManagement();
138138
}

0 commit comments

Comments
 (0)