We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c5d74 commit 48fb752Copy full SHA for 48fb752
RazorEngineCore/RazorEngineCompilationOptions.cs
@@ -11,14 +11,13 @@ public class RazorEngineCompilationOptions
11
typeof(object).Assembly,
12
Assembly.Load(new AssemblyName("Microsoft.CSharp")),
13
typeof(RazorEngineTemplateBase).Assembly,
14
- Assembly.Load(new AssemblyName("netstandard")),
15
Assembly.Load(new AssemblyName("System.Runtime")),
16
Assembly.Load(new AssemblyName("System.Linq")),
17
Assembly.Load(new AssemblyName("System.Linq.Expressions"))
18
};
19
20
public HashSet<MetadataReference> MetadataReferences { get; set; } = new HashSet<MetadataReference>();
21
-
+
22
public string TemplateNamespace { get; set; } = "TemplateNamespace";
23
public string Inherits { get; set; } = "RazorEngineCore.RazorEngineTemplateBase";
24
0 commit comments