linux-packaging-mono/mcs/tests/test-715-lib.cs

9 lines
242 B
C#
Raw Normal View History

// Compiler options: -target:module
using System.Reflection;
[assembly:AssemblyKeyFile("test-715.snk")]
// Have to install the container first but Mono's sn is broken
// [assembly:AssemblyKeyName("foo")]
[assembly:AssemblyDelaySign(false)]