Commit Graph

4 Commits

Author SHA1 Message Date
Jon Skeet 5910e8b34a Update all dependencies
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>
2021-05-21 20:20:29 +01:00
Jon Skeet 8b63348296 feat: Extract the existing JSON event formatter from the main SDK
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>
2021-02-13 06:42:43 +00:00
Jon Skeet 4e98c5a52b Make all sample and test project non-packable
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>
2020-11-11 07:38:08 +00:00
clemensv a650ad5323 More test/doc coverage, send sample
Signed-off-by: clemensv <clemensv@microsoft.com>
2018-11-26 12:47:56 +01:00