When using the bunit template to create a test project, a .net 6 project is created. We should default to the latest stable version but probably also support a switch that allow the user to chose.
We should also have a way to upgrade to latest dependencies.
Ideally, what our template would include a script that uses xunit/nunit/mstest template to create a test project, then adds bunit to the package, changes the project SDK type. Then we do not have to stay in sync with the xunit/nunit/mstest templates.
When using the bunit template to create a test project, a .net 6 project is created. We should default to the latest stable version but probably also support a switch that allow the user to chose.
We should also have a way to upgrade to latest dependencies.
Ideally, what our template would include a script that uses xunit/nunit/mstest template to create a test project, then adds bunit to the package, changes the project SDK type. Then we do not have to stay in sync with the xunit/nunit/mstest templates.