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