1 implementation of Framework
NuGet.Common (1)
Errors\PackagingLogMessage.cs (1)
23
public NuGetFramework?
Framework
{ get; set; }
2 references to Framework
NuGet.Commands (2)
PackCommand\Logging\PackageSpecificWarningProperties.cs (2)
112
message.
Framework
!= null)
115
if (Contains(message.Code, message.LibraryId, message.
Framework
))