zaproxy / zap-api-dotnet

ZAP Dot NET API
Apache License 2.0
35 stars 35 forks source link

Outdated .NET version on ZAP Dot Net API #16

Open njmulsqb opened 1 year ago

njmulsqb commented 1 year ago

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?

njmulsqb commented 1 year ago

@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 commented 1 year ago

@njmulsqb Could we keep the discussion here https://github.com/zaproxy/zap-api-dotnet/pull/15 ?

njmulsqb commented 1 year ago

@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.

gmaran23 commented 1 year ago

Thanks for clarifying. Building the new API client for ZAP version 2.12 now requires upgrading the .Net version as well.

Getting the PR (https://github.com/zaproxy/zap-api-dotnet/pull/15) done is going to help upgrade the .NET version to 4.8.

gmaran23 commented 1 year ago

@njmulsqb New dll is targeted to .NET framework version 4.8.

njmulsqb commented 1 year ago

For reference, API has been upgraded to .NET Framework 4.8 @gmaran23 We can use this issue for up-gradation to .NET 7