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