-
Notifications
You must be signed in to change notification settings - Fork 43
chore: remove .NET7, bump packages #175
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
chore: remove .NET7, bump packages #175
Conversation
Thanks for the PR. Regarding package updates, how are dependencies and versions managed now that the |
They get automatically calculated using the . csproj and the Build.props files - the same happens with the different project properties 😁 If you try to upload on Nuget an old package with nuspec and one with the current setup, you'll see that the data are calculated precisely on the prj files. (you can do the same test by packaging 2 versions and inspecting the resulting files) |
@mo-esmp
This PR aims to:
Let me know if you have any doubt otherwise I'll close the PR as soon as you approve it and release the latest versions 🛩️