5 references to Unspecified
mscorlib (5)
system\runtime\versioning\binarycompatibility.cs (5)
132
Contract.Ensures(Contract.Result<int>() > 0 || s_AppWasBuiltForFramework == TargetFrameworkId.
Unspecified
);
188
Contract.Requires(buildAgainstVersion > 0 || builtAgainstFramework == TargetFrameworkId.
Unspecified
);
251
case TargetFrameworkId.
Unspecified
:
303
targetFramework = TargetFrameworkId.
Unspecified
;
514
fxId = TargetFrameworkId.
Unspecified
;