Skip to content

Commit 40d71e4

Browse files
authored
Merge branch 'main' into net8-test
2 parents 7550fcb + 8adb3b4 commit 40d71e4

File tree

15 files changed

+1427
-1208
lines changed

15 files changed

+1427
-1208
lines changed

build/ci/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ parameters:
1818
skipUnitTests: false # do not run unit test step
1919

2020
tools: # a list of additional .NET global tools needed
21-
- 'xamarin.androidbinderator.tool': '0.5.4'
21+
- 'xamarin.androidbinderator.tool': '0.5.5'
2222
- 'Cake.Tool': '2.2.0'
2323
- 'boots': '1.1.0.712-preview2'
2424
- 'api-tools': '1.3.4'

build/scripts/update-config.csx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,9 @@ public class ArtifactModel
382382
[JsonProperty ("excludedRuntimeDependencies")]
383383
public string ExcludedRuntimeDependencies { get; set; }
384384

385+
[JsonProperty("extraDependencies")]
386+
public string ExtraDependencies { get; set; }
387+
385388
[JsonProperty ("templateSet")]
386389
public string TemplateSet { get; set; }
387390

0 commit comments

Comments
 (0)