forked from nunit/nunit-console
-
Notifications
You must be signed in to change notification settings - Fork 0
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 nunit#1521 from nunit/issue-1505
Add tests to show that the .NET Core runner loads compatible extensions
- Loading branch information
Showing
4 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<NUnitProject> | ||
<Settings processModel="Default" domainUsage="Default" /> | ||
<Config name="Debug" appbase="bin/Debug"> | ||
<assembly path="testdata/net6.0/mock-assembly.dll" /> | ||
<assembly path="testdata/net8.0/mock-assembly.dll" /> | ||
</Config> | ||
<Config name="Release" appbase="bin/Release"> | ||
<assembly path="testdata/net6.0/mock-assembly.dll" /> | ||
<assembly path="testdata/net8.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