8 references to Runtime
NuGet.Commands (6)
RestoreCommand\CompatibilityChecker.cs (3)
114
| LibraryIncludeFlags.
Runtime
)) == LibraryIncludeFlags.None)
159
if ((packageIncludeFlags & LibraryIncludeFlags.
Runtime
) == LibraryIncludeFlags.
Runtime
)
RestoreCommand\Utility\LockFileUtils.cs (3)
349
LibraryIncludeFlags.
Runtime
,
358
LibraryIncludeFlags.
Runtime
,
1037
if ((dependencyType & LibraryIncludeFlags.
Runtime
) == LibraryIncludeFlags.None)
NuGet.LibraryModel (2)
LibraryIncludeFlag.cs (1)
19
All = Analyzers | Build | Compile | ContentFiles | Native |
Runtime
| BuildTransitive
LibraryIncludeFlagUtils.cs (1)
44
result |= LibraryIncludeFlags.
Runtime
;