TestCentric / testcentric-engine

Test engine that loads and runs tests for TestCentric
MIT License
0 stars 3 forks source link

Eliminate unnecessary builds of TestCentric.Engine.Api #93

Closed CharliePoole closed 1 year ago

CharliePoole commented 1 year ago

Currently, only the net462 build is used... the net20 and netstandard20 builds were kept by analogy from the nunit api assembly but they are not actually used. The unneeded builds should be removed until they are needed.

CharliePoole commented 1 year ago

On second thought, it's probably better to retain only the netstandard build. That will work with 4.6.2 and also with any future runner targeting .NET Core.

CharliePoole commented 1 year ago

:tada: This issue has been resolved in version 2.0.0-alpha8 :tada:

The release is available on: