Skip to content

Commit 54aa39d

Browse files
committed
[ci] Build with .NET 7.0.306.
1 parent 73142c9 commit 54aa39d

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

build/ci/build.yml

Lines changed: 1 addition & 1 deletion
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'

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)