diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5588032b..f8c6aa34 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ resources: endpoint: xamarin variables: - DotNetVersion: 6.0.401 + DotNetVersion: 6.0.402 DotNet6Source: https://aka.ms/dotnet6/nuget/index.json NuGetOrgSource: https://api.nuget.org/v3/index.json BUILD_COMMIT: $(Build.SourceVersion) @@ -29,7 +29,7 @@ jobs: cakeTarget: 'ci' cakeExtraArgs: '--names=$(SdksNames)' windowsImage: '' - xcode: '13.2.1' + xcode: '14.0.0' cake: '0.33.0' initSteps: # Cake v0.33.0 uses this version diff --git a/global.json b/global.json index e8782a2a..13ff1039 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.401", + "version": "6.0.402", "rollForward": "latestPatch" }, "msbuild-sdks": {