Commit 3f7a499
committed
GitHub Actions: use .NET 7 SDK for .NET 6 build
Our `PublicApi` verification test passes on AppVeyor while it fails on
GitHub Actions. One difference between the two is that AppVeyor uses v7
of the .NET SDK, while GitHub Actions uses v6.
Installing both .NET 6 and 7 will hopefully resolve the `PublicApi` test
failure with GitHub Actions builds.1 parent 876efea commit 3f7a499
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
0 commit comments