Skip to content

Commit

Permalink
Update target frameworks for WinUI projects
Browse files Browse the repository at this point in the history
Updated target frameworks in LiveChartsCore.SkiaSharpView.Uno.WinUI.csproj and LiveChartsCore.SkiaSharpView.WinUI.csproj to include net6.0-windows10.0.19041.0. This ensures compatibility with both .NET 6.0 and .NET 8.0 on Windows 10 version 19041.0, enhancing project flexibility and compatibility. The EnableMsixTooling property remains enabled, and the TargetPlatformMinVersion is unchanged.
  • Loading branch information
beto-rodriguez committed Oct 24, 2024
1 parent 8ab4b66 commit 95c3070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">
$(TargetFrameworks);
net6.0-windows10.0.19041.0;
net8.0-windows10.0.19041.0
</TargetFrameworks>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<Nullable>enable</Nullable>

<TargetFrameworks>
net8.0-windows10.0.19041.0;net8.0-windows10.0.20348.0;
net6.0-windows10.0.19041.0;
net8.0-windows10.0.19041.0;
</TargetFrameworks>

<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
Expand Down

0 comments on commit 95c3070

Please sign in to comment.