Note that the ASP.NET Core dependencies are slightly complicated - see #142.
I'm also *somewhat* alarmed by the release notes of MQTTnet, which contain a lot of breaking changes within patch versions...
Signed-off-by: Jon Skeet <jonskeet@google.com>
This allows us to remove the Newtonsoft.Json dependency from the
SDK, and implement another event formatter based on System.Text.Json
later on. That should probably wait until we've iterated on the
design of event formatters though.
This commit moves us closer towards (but doesn't fix) #42.
Signed-off-by: Jon Skeet <jonskeet@google.com>
It's simpler and more reliable to do this with Directory.Build.props files than in individual project files.
Signed-off-by: Jon Skeet <jonskeet@google.com>