xunit-retry
xunit-retry copied to clipboard
Converted projects to new csproj format and changed to .NET Standard
I've made the necessary changes to the projects to be .NET Standard 2.0.
The SpecFlow project however needs to have a the packages updated as the current version of SpecFlow referenced only exists for .NET Framework. I would've updated the version however newer versions have added a member to an interface inherited by one of the classes.
Let me know if you want me to make more changes.