Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update package to new version and framework #10

Merged
merged 5 commits into from
Mar 29, 2020
Merged

update package to new version and framework #10

merged 5 commits into from
Mar 29, 2020

Conversation

RyadaProductions
Copy link
Contributor

This PR updates the following things:

  • Normal libraries to .net standard 2.1
  • Test projects to .net Standard 3.1
  • FluentAssertions dependency to the latest version
  • Fix breaking changes in the FluentAssertions Api
  • Convert project files to the new csproj standard instead of the old one cleaning up a lot of clutter

Let me know if there are any concerns regarding this PR and I will happily improve it or give feedback on them.

@RyadaProductions
Copy link
Contributor Author

@kevinkuszyk Would you be able to take a look at this?
Appveyor is failing due to having an outdated msbuild version from what i could see

@kevinkuszyk
Copy link
Member

@RyadaProductions thanks for the contribution. We were missing an appveyor.yml file to tell app veyor which version of VS to use.

Also, one little nit - I like to keep dependency versions as low as possible in libs, so that we don't force consumers to upgrade. With that in mind, can you drop the FA dependency down to 5.0 and ninject to 3.3?

Once that's done, I'm happy to merge and I'll ship it as version 1.5.

@RyadaProductions
Copy link
Contributor Author

I have Adjusted the dependencies accordingly.

@kevinkuszyk kevinkuszyk merged commit 95ffdc5 into fluentassertions:master Mar 29, 2020
@kevinkuszyk
Copy link
Member

@RyadaProductions thanks again for the contribution. It's in 1.5.0 which should show up on nuget shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants