4 references to FrameworkOption
dotnet (4)
ReleasePropertyProjectLocator.cs (4)
276if (commandOptions.FrameworkOption != null) 278return new(new Dictionary<string, string>() { [MSBuildPropertyNames.TARGET_FRAMEWORK] = commandOptions.FrameworkOption }); 282if (commandOptions.FrameworkOption is null) 290newDictionary[MSBuildPropertyNames.TARGET_FRAMEWORK] = commandOptions.FrameworkOption;