3 references to TargetFrameworks
Microsoft.DotNet.HotReload.Watch (3)
Build\BuildNames.cs (1)
13
public const string TargetFrameworks = nameof(
TargetFrameworks
);
Build\ProjectGraphUtilities.cs (1)
26
=> project.GetStringListPropertyValue(PropertyNames.
TargetFrameworks
);
HotReload\HotReloadDotNetWatcher.cs (1)
1013
else if (VirtualProjectBuilder.GetPropertyFromSourceFile(sourcePath, PropertyNames.
TargetFrameworks
) is { } frameworks and not "")