2 references to TARGET_FRAMEWORK
dotnet (2)
ReleasePropertyProjectLocator.cs (2)
291return new(new Dictionary<string, string>() { [MSBuildPropertyNames.TARGET_FRAMEWORK] = _options.FrameworkOption }); 303newDictionary[MSBuildPropertyNames.TARGET_FRAMEWORK] = _options.FrameworkOption;