netcoreapp3.0 upgrade
This release drops support for other framework versions, upgrading to netcoreapp3.0 only.
If you use an old framework version with this package, please open an issue on github. We dropped support because the github actions we are using to install the SDK version for the build doesn't currently support multitargeted builds.
Other notes for this build:
- Fixed a bunch of compiler warnings and removed extra whitespace
- Cleaned up some bad asserts in the tests
- Added a reference to the SecurityCodeScan package, to get security flaw scanning on build
- Moved from CircleCI to Github Actions
- Automated the nuget package release
- Switched from calling appBuilder.Use to appBuilder.UseMiddleware