-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1485 from nunit/issue-1478
Upgrade all tests to use latest version of NUnit available for each runtime.
- Loading branch information
Showing
31 changed files
with
161 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<NUnitProject> | ||
<Settings processModel="Default" domainUsage="Default" /> | ||
<Config name="Debug" appbase="bin/Debug"> | ||
<assembly path="net462/mock-assembly.dll" /> | ||
<assembly path="net6.0/mock-assembly.dll" /> | ||
<assembly path="testdata/net462/mock-assembly.dll" /> | ||
<assembly path="testdata/net6.0/mock-assembly.dll" /> | ||
</Config> | ||
<Config name="Release" appbase="bin/Release"> | ||
<assembly path="net462/mock-assembly.dll" /> | ||
<assembly path="net6.0/mock-assembly.dll" /> | ||
<assembly path="testdata/net462/mock-assembly.dll" /> | ||
<assembly path="testdata/net6.0/mock-assembly.dll" /> | ||
</Config> | ||
</NUnitProject> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.