mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #709] use NET 9 instead of NET 6 #1545
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#1545
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @heartacker on GitHub (Sep 6, 2024).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/709
Originally assigned to: @VShawn on GitHub.
IN RELEASE PACKAGE
@VShawn commented on GitHub (Sep 11, 2024):
I haven't seen any WPF breakthroughs in
Upgrading from .NET 6 to .NET 8so I won't be upgrading for now.@VShawn commented on GitHub (Sep 11, 2024):
one day I will modify the CI script to output both .NET 6 and .NET 8 versions during the CI build.
@heartacker commented on GitHub (Sep 11, 2024):
thanks,
@heartacker commented on GitHub (Jan 1, 2025):
https://learn.microsoft.com/zh-cn/dotnet/desktop/wpf/whats-new/net80?view=netdesktop-9.0#hardware-acceleration
dotnet 8 支持 GPU 加速
dotnet 9 继承 dotnet 8,,并且Aot 支持更好
建议支持 DOTNET 9 版本 的AOT 版本。