A basic C# Project for creation of .NET Framework 4.7.2 Class Libraries for use with Streamer.bot
Add the following files as references:
- Streamer.bot.Common.dll
- Streamer.bot.Plugin.Interface.dll
- Twitch.Common.dll
The following Nuget packages are highly recommended as Streamer.bot makes use of them.
- Newtonsoft.Json
The C# language version is set to 8.0 with nullable values enabled. This particular language feature of 8.0 backports to .NET Framework 4.7.2 without issue.