3 references to Native
NuGet.Commands (2)
Utility\MSBuildProjectFrameworkUtility.cs (2)
192
return FrameworkConstants.CommonFrameworks.
Native
;
285
return new DualCompatibilityFramework(framework, FrameworkConstants.CommonFrameworks.
Native
);
NuGet.Packaging (1)
Rules\AccidentallyCompatibleWithAllFrameworksRule.cs (1)
69
|| targetFramework.Framework == FrameworkConstants.CommonFrameworks.
Native
.Framework)