Commit 18eec74
Fix failing Spec tests (#142)
* Initial plan
* Fix Spec tests failing due to NUnit3TestAdapter 6.0.0 transitive dependencies
Updated DeveroomSample.csproj.txt template to use compatible package versions:
- System.Threading.Tasks.Extensions 4.5.4 -> 4.6.3
- System.ValueTuple 4.5.0 -> 4.6.1
This fixes NU1605 errors during dotnet restore of generated sample projects
caused by package downgrade conflicts with NUnit3TestAdapter 6.0.0's
transitive dependencies.
Fixes #141
Co-authored-by: 304NotModified <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: 304NotModified <[email protected]>1 parent 9f793bd commit 18eec74
File tree
1 file changed
+2
-2
lines changed- Tests/Reqnroll.SampleProjectGenerator.Core/Templates/CS-NEW
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments