Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump xunit from 2.4.2 to 2.7.0 (#126)
* Bump xunit from 2.4.2 to 2.5.0 Bumps [xunit](https://github.com/xunit/xunit) from 2.4.2 to 2.5.0. - [Commits](xunit/xunit@2.4.2...2.5.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fix compiler errors. xUnit's `Assert.NotNull` now supports nullable annotations. We don't need to throw `NotNullException` which for some reason cannot be found in the new version. * Update xunit to version 2.7.0. Hooray, it explicitly targets .NET Standard 2.0! 🎉 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Theodore Tsirpanis <[email protected]>
- Loading branch information