Skip to content

Commit 7c114d4

Browse files
committed
[ci] Build with .NET 7.0.306.
1 parent fd1e854 commit 7c114d4

File tree

5 files changed

+261
-259
lines changed

5 files changed

+261
-259
lines changed

build/ci/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parameters:
99
windowsImage: 'windows-latest' # the name of the Windows VM image
1010

1111
# Tool Parameters
12-
dotnetVersion: '6.0.408' # the version of .NET to use
12+
dotnetVersion: '7.0.306' # the version of .NET to use
1313
dotnetWorkloadRollbackFile: 'workloads.json'
1414
dotnetWorkloadSource: 'https://aka.ms/dotnet6/nuget/index.json'
1515
dotnetNuGetOrgSource: 'https://api.nuget.org/v3/index.json'
@@ -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.5'
21+
- 'xamarin.androidbinderator.tool': '0.5.6'
2222
- 'Cake.Tool': '2.2.0'
2323
- 'boots': '1.1.0.712-preview2'
2424
- 'api-tools': '1.3.4'

0 commit comments

Comments
 (0)