Skip to content

Commit 28adf7f

Browse files
committed
[ci] Build with .NET 7.0.306.
1 parent fd1e854 commit 28adf7f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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'

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk":
33
{
4-
"version": "6.0.408",
4+
"version": "7.0.306",
55
"rollForward": "patch"
66
},
77
"msbuild-sdks":

util/Xamarin.AndroidBinderator/Xamarin.AndroidBinderator.Tests/Xamarin.AndroidBinderator.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<IsPackable>false</IsPackable>
66
<PreserveCompilationContext>true</PreserveCompilationContext>
77
<Nullable>disable</Nullable>
8+
<RollForward>Major</RollForward>
89
</PropertyGroup>
910

1011
<ItemGroup>

util/Xamarin.Build.Download/source/Xamarin.Build.Download.Tests/Xamarin.Build.Download.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
6+
<RollForward>Major</RollForward>
67
</PropertyGroup>
78

89
<Target Name="Pack"></Target>

0 commit comments

Comments
 (0)