Add 'side by side' support in Framework .NET 4.0 [SPRNET-1320]
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
#if NET_4_0
|
||||
[assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)]
|
||||
#endif
|
||||
[assembly: AssemblyTitle("Spring.Core Tests")]
|
||||
[assembly: AssemblyDescription("Unit tests for Spring.Core assembly")]
|
||||
|
||||
Reference in New Issue
Block a user