Skip to content

Commit 178d6cb

Browse files
committed
bumped dotnet version for building
1 parent 10afe97 commit 178d6cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/ci/variables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ variables:
1919
macosAgentPoolName: VSEng-VSMac-Xamarin-Shared # macOS VM pool name
2020

2121
# Tool variables
22-
dotnetVersion: '8.0.404' # .NET version to install on agent
22+
dotnetVersion: '8.0.407' # .NET version to install on agent
2323
dotnetWorkloadRollbackFile: 'workloads.json' # Rollback file specifying workload versions to install
2424
dotnetNuGetOrgSource: 'https://api.nuget.org/v3/index.json' # NuGet.org URL to find workloads
2525
dotnetWorkloadSource: 'https://aka.ms/dotnet6/nuget/index.json' # .NET engineering URL to find workloads
@@ -35,7 +35,7 @@ variables:
3535
extendedTestAssembly: tests/extended/bin/$(configuration)/net8.0/ExtendedTests.dll # Extended tests compiled binary
3636

3737
# dotnet-next test variables
38-
dotnetNextVersion: 9.0.100 # .NET preview version to install
38+
dotnetNextVersion: 9.0.201 # .NET preview version to install
3939
dotnetNextFrameworkVersion: 9 # The number to use for TF (eg: net9.0-android)
4040
dotnetNextApiLevel: 35 # The Android SDK API Level to use (eg: -android35.0)
4141

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"sdk":
33
{
4-
"version": "8.0.404",
4+
"version": "8.0.407",
55
"rollForward": "patch"
66
},
77
"msbuild-sdks":
88
{
99
"MSBuild.Sdk.Extras": "3.0.44",
10-
"Microsoft.Build.Traversal": "4.1.0",
10+
"Microsoft.Build.Traversal": "4.1.82",
1111
"Microsoft.Build.NoTargets": "3.7.56",
1212
"Xamarin.Legacy.Sdk": "0.2.0-alpha4"
1313
}

0 commit comments

Comments
 (0)