Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Net Framework. #8

Open
sec13b opened this issue Feb 6, 2024 · 2 comments
Open

Net Framework. #8

sec13b opened this issue Feb 6, 2024 · 2 comments

Comments

@sec13b
Copy link

sec13b commented Feb 6, 2024

Can be compiled with older versions of Net Framework.?

image

@danilors93
Copy link

Even if you attempt to downgrade, you're likely to encounter issues with the packages installed in your project, necessitating a downgrade of their versions in NuGet Packages as well. Additionally, there's a risk of losing access to some of the more recent libraries that may lack compatibility with older versions of .NET, ultimately requiring a complete overhaul of the project to accommodate a different library.

@Cx01N
Copy link
Contributor

Cx01N commented Mar 8, 2024

I tried retargeting it to .NET Framework 4.5, and that works also. Anything below that will cause compatibility issues.

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

No branches or pull requests

3 participants