4 references to FrameworkOption
dotnet (4)
ReleasePropertyProjectLocator.cs (4)
273if (commandOptions.FrameworkOption != null) 275return new(new Dictionary<string, string>() { [MSBuildPropertyNames.TARGET_FRAMEWORK] = commandOptions.FrameworkOption }); 279if (commandOptions.FrameworkOption is null) 287newDictionary[MSBuildPropertyNames.TARGET_FRAMEWORK] = commandOptions.FrameworkOption;