Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/MvcMembership/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Fix for error with MVC 5:
// Compiling transformation: The type or namespace name 'MvcTextTemplateHost'
// could not be found (are you missing a using directive or an assembly reference
[assembly: SecurityRules(SecurityRuleSet.Level1)]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
Expand All @@ -41,4 +46,4 @@
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("3.8.0")]
[assembly: AssemblyFileVersion("3.8.0")]
[assembly: AssemblyFileVersion("3.8.0")]