TricksterCards / TricksterBots

Suggest methods for bots used in Trickster Cards.
MIT License
9 stars 8 forks source link

Migrate bots to .NET Standard 2.0 #222

Open antross opened 9 months ago

antross commented 9 months ago

While we're trying this out first with the new Bridge bidding bot being worked on in #216, this issue tracks migrating all the rest of the bots to .NET Standard 2.0 (along with migrating tests and Web API to .NET 8).

This will enable contributors to run and test the bots on other platforms in addition to Windows (e.g. Macs). And it will enable contributing using Visual Studio Code instead of full Visual Studio (although the latter will still work for folks that want to use it on Windows).