Commit 53ffdae
authored
Downgrade to net46 for compatibility with VS2017+(#69)
Under VS2017+, code must either target net46 or net472 and nothing in between.
Otherwise, run-time errors might happen if the wrong assemblies (facades for NS2 support)
are inadvertently bound at compile time and loaded at run-time.1 parent 4264703 commit 53ffdae
File tree
2 files changed
+3
-3
lines changed- src/Xamarin.Android.Tools.AndroidSdk
- Tests
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments