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

Eliminate .NET 2.0 Agent #1430

Closed
CharliePoole opened this issue Jun 30, 2024 · 0 comments · Fixed by #1433
Closed

Eliminate .NET 2.0 Agent #1430

CharliePoole opened this issue Jun 30, 2024 · 0 comments · Fixed by #1433
Assignees
Labels
Milestone

Comments

@CharliePoole
Copy link
Collaborator

CharliePoole commented Jun 30, 2024

Microsoft support of .NET 2.0 ended in July, 2011. We should remove the agent and all 2.0 engine tests and test data.

At the same time, the console runner and engine themselves should be updated to use .NET 4.6.2 rather than 2.0. This is a big change with a lot of detail but should be straight-forward, since all the code compiled for 2.0 runs under 4.x as well..

Essentially all .NET 2.0 builds will be removed and all conditional statements referencing .NET 2.0 removed from the code.

@CharliePoole CharliePoole self-assigned this Jul 3, 2024
@CharliePoole CharliePoole added this to the 3.18.0 milestone Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant