Commit faa2784
ci: roll test host forward so net6.0 tests run on current runners
build-prism-core and build-prism-wpf built cleanly but failed at "Run Tests":
the test projects target net6.0, whose runtime is EOL and no longer present on
the runner images, so the test host aborted with "You must install or update
.NET to run this application" before any test executed.
Set RollForward=Major for test projects so the host rolls net6.0 forward to the
newest installed major runtime. Runtime selection only - the test assemblies are
still built against net6.0. Verified locally: Prism.Core.Tests passes 277/277 and
the property lands in the test runtimeconfig the host reads.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 6722683 commit faa2784
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
141 | 152 | | |
142 | 153 | | |
143 | 154 | | |
| |||
0 commit comments