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

Downgrade .NET framework target version 4.6.1 #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arg0d
Copy link
Collaborator

@arg0d arg0d commented Apr 23, 2024

The generated bindings already support 4.6.1, update documentation and target framework version in test project settings.

The generated bindings already support 4.6.1, update documentation and
target framework version in test project settings.

Signed-off-by: Kristupas Antanavičius <[email protected]>
@arg0d arg0d force-pushed the kristupas/downgrade-target-framework branch from 3311119 to 00d3763 Compare April 23, 2024 08:35
@paulams paulams requested a review from Savolro June 7, 2024 07:15
```xml
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<TargetFramework>net461</TargetFramework>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was there a requirement to support net461? I think it already reached end of life. Also as far as the .NET Framework is concerned all up-to-date Windows machines should be running the latest version anyway 🤷 . So net48 is fine.
FIY .NET Framework is coupled with Windows and its update cycle, dotnet on the other hand is cross-platform and is decoupled from windows.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a requirement from either NordVPN or NordLayer app, I can't remember exactly but maybe NordLayer?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be merged, I kinda forgot to merge it because generated code was already net461 compliant 😅 Actually it might have been NordVPN app installer that requires net461.

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

Successfully merging this pull request may close these issues.

2 participants