Version 4.0.0
- Libraries now target .NET Core 3.1 instead of .NET Standard 2.0
- Templates now target .NET Core 3.1
- Templates now use
System.Text.Json
instead ofNewtonsoft.Json
for handling JSON - Update to README
Changes introduced by PR #14
System.Text.Json
instead of Newtonsoft.Json
for handling JSONChanges introduced by PR #14