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