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

Fix NUnit dependency so NConstratins works with any version of NUnit 3 instead of just the latest #6

Merged
merged 2 commits into from Jul 19, 2023

Conversation

mrbiggred
Copy link
Member

Update the NConstraints dependency from a hard coded NUnit value to a any version of NUnit 3.

This commit updates the NUnit package reference in SaturdayMP.NConstraints.csproj to use version 3.* instead of the specific version 3.13.3.
@mrbiggred mrbiggred added this to the v3.0.0 milestone Jul 19, 2023
@mrbiggred mrbiggred self-assigned this Jul 19, 2023
@mrbiggred mrbiggred added this to In progress in Saturday MP Overview via automation Jul 19, 2023
The commit updates the NUnit package reference in the project file to use a version range of [3.0,4.0) instead of a specific version (3.*). This allows for flexibility in using any NUnit 3 version.
@mrbiggred mrbiggred changed the base branch from main to release-1.1 July 19, 2023 20:09
@mrbiggred mrbiggred changed the title Fix NUnit depedency Fix NUnit dependency so NConstratins works with any version of NUnit 3 instead of just the latest Jul 19, 2023
@mrbiggred mrbiggred merged commit c025277 into release-1.1 Jul 19, 2023
1 of 2 checks passed
Saturday MP Overview automation moved this from In progress to Done Jul 19, 2023
@mrbiggred mrbiggred deleted the dependency/fix-nunit-depedency branch July 19, 2023 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant