You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: