Commit d968e36
Drop binding TFM from net7.0 to net6.0
Why: the 3.x binding's only net7-specific touchpoint is the
`Architecture.Arm64` enum (added in .NET Core 3.0 / netstandard 2.1).
Everything else (HttpClient, WebClient, WebProxy, Process, ACL APIs)
is available since netstandard 2.0 / net6.0.
Targeting net6.0 instead lets net6.0 SDK consumers stay on 3.x without
being forced to upgrade their runtime to net7+. .NET 5 and netcoreapp
3.1 still aren't covered — but per the SDK agent's 7-day BigQuery,
those TFMs have zero C# SDK traffic, so the practical impact is nil.
Net effect: removes the LOC-6563 rollout's hardest constraint
(forcing SDK to drop net6.0 from <TargetFrameworks> in order to
adopt 3.1.0). The 7 hard-blocked enterprise accounts on .NET 6.0.36
(group_id=934837 et al., 14 users, 623 weekly events) stay supported.
Also updates test project TFMs and HintPaths from net7.0 to net6.0
so the local build chain matches.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e5d95f5 commit d968e36
3 files changed
Lines changed: 7 additions & 7 deletions
File tree
- BrowserStackLocal
- BrowserStackLocal Unit Tests
- BrowserStackLocalIntegrationTests
- BrowserStackLocal
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments