mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #333] 请问如何编译.net 48版本的 #2210
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#2210
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 @cweijan on GitHub (Dec 29, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/333
Originally assigned to: @VShawn on GitHub.
老哥你好, 请问releases中的.net48版本是如何编译? 我下载了源码, 在vs中只能编译.net60的.
.net60版本在普通windows机上需要额外安装一个运行时才可运行, 而.net48版本不需要, 更加方便, 可以告知下吗.
@VShawn commented on GitHub (Dec 30, 2022):
https://github.com/1Remote/PRemoteM/blob/1Remote_dev/Ui/Ui.csproj#L14-L17
修改此处即可。
@cweijan commented on GitHub (Dec 30, 2022):
谢谢