Skip to content

netcoreapp3.0 upgrade

Compare
Choose a tag to compare
@ejcoyle88 ejcoyle88 released this 11 Nov 13:26
· 31 commits to master since this release
520c129

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