f3e3aab35a
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
12 lines
466 B
C#
12 lines
466 B
C#
// CS1705: Assembly `CS1705-lib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' depends on `CS1705-lib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=36f3ae7e947792e3' which has a higher version number than referenced assembly `CS1705-lib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=36f3ae7e947792e3'
|
|
// Line: 0
|
|
// Compiler options: -r:CS1705-lib.dll -r:dlls/second/CS1705-lib.dll
|
|
|
|
class C
|
|
{
|
|
public static void Main ()
|
|
{
|
|
A.Test (new B ());
|
|
}
|
|
}
|