mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
14 lines
265 B
C#
14 lines
265 B
C#
// semmle-extractor-options: --separate-compilation
|
|
|
|
using System.Runtime.Versioning;
|
|
|
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName = ".NET Framework 4.6.1")]
|
|
|
|
class C1
|
|
{
|
|
}
|
|
|
|
class C2
|
|
{
|
|
}
|