-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Outdated .NET version on ZAP Dot Net API #16
Comments
@gmaran23 Your input is required on this, how do you think this should be done or what's the most optimal approach to go about this? |
@gmaran23 sure, but that is a PR related to API up-gradation to 2.12, I just created an issue dedicated to .NET version for record. |
Thanks for clarifying. Building the new API client for ZAP version 2.12 now requires upgrading the .Net version as well. Getting the PR (#15) done is going to help upgrade the .NET version to 4.8. |
@njmulsqb New dll is targeted to .NET framework version 4.8. |
For reference, API has been upgraded to .NET Framework 4.8 |
Is your feature request related to a problem? Please describe.
The current .NET version on .NET API is 4.5 which is out of support, so the version needs to be upgraded.
The version should be preferably upgraded to latest .NET version.
Describe the solution you'd like
Upgrade .NET version to .NET 7 https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-7?WT.mc_id=dotnet-35129-website
Describe alternatives you've considered
None.
Screenshots
No response
Additional context
No response
Would you like to help fix this issue?
The text was updated successfully, but these errors were encountered: