Skip to content

Clean dependencies - #1987

Merged
beto-rodriguez merged 2 commits into
devfrom
clean-dependencies
Sep 17, 2025
Merged

Clean dependencies#1987
beto-rodriguez merged 2 commits into
devfrom
clean-dependencies

Conversation

@beto-rodriguez

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request simplifies the target framework configuration by removing platform-specific targets and OS version constraints. The changes streamline the project files to support only core .NET frameworks without mobile or Windows-specific platforms.

Key Changes

  • Removed mobile platform targets (Android, iOS, macCatalyst) and Windows-specific targets
  • Eliminated all SupportedOSPlatformVersion and TargetPlatformMinVersion configurations
  • Simplified TargetFrameworks to include only net462, netstandard2.0, netstandard2.1, and net8.0

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/skiasharp/LiveChartsCore.SkiaSharp/LiveChartsCore.SkiaSharpView.csproj Simplified target frameworks and removed platform-specific configurations
src/LiveChartsCore/LiveChartsCore.csproj Simplified target frameworks and removed platform-specific configurations

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@beto-rodriguez
beto-rodriguez merged commit dc922e0 into dev Sep 17, 2025
4 checks passed
@beto-rodriguez
beto-rodriguez deleted the clean-dependencies branch September 17, 2025 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants