mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #1061] Framework 2.0 for client file? #764
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#764
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 @markleeit on GitHub (Apr 1, 2022).
Original GitHub issue: https://github.com/quasar/Quasar/issues/1061
How can I make the client file downgrade to framework 2.0 ?
Thank you.
@BurntDog commented on GitHub (Apr 1, 2022):
First you need the framework 2.0 SDK installed so Visual Studio can find and use it and before compiling the source code you need to select (Target framework: what you want) it in "Quasar.Client Properties"
I'm not certain but making this change may affect some functions so, keep that in mind.
@MaxXor commented on GitHub (Apr 2, 2022):
Downgrading to .NET 2.0 is not supported and requires the re-implementation of many missing methods. Every Windows 7+ system can run .NET 4.5.2 applications out of the box.