File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ variables:
19
19
macosAgentPoolName : VSEng-VSMac-Xamarin-Shared # macOS VM pool name
20
20
21
21
# Tool variables
22
- dotnetVersion : ' 8.0.404 ' # .NET version to install on agent
22
+ dotnetVersion : ' 8.0.407 ' # .NET version to install on agent
23
23
dotnetWorkloadRollbackFile : ' workloads.json' # Rollback file specifying workload versions to install
24
24
dotnetNuGetOrgSource : ' https://api.nuget.org/v3/index.json' # NuGet.org URL to find workloads
25
25
dotnetWorkloadSource : ' https://aka.ms/dotnet6/nuget/index.json' # .NET engineering URL to find workloads
@@ -35,7 +35,7 @@ variables:
35
35
extendedTestAssembly : tests/extended/bin/$(configuration)/net8.0/ExtendedTests.dll # Extended tests compiled binary
36
36
37
37
# dotnet-next test variables
38
- dotnetNextVersion : 9.0.100 # .NET preview version to install
38
+ dotnetNextVersion : 9.0.201 # .NET preview version to install
39
39
dotnetNextFrameworkVersion : 9 # The number to use for TF (eg: net9.0-android)
40
40
dotnetNextApiLevel : 35 # The Android SDK API Level to use (eg: -android35.0)
41
41
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" :
3
3
{
4
- "version" : " 8.0.404 " ,
4
+ "version" : " 8.0.407 " ,
5
5
"rollForward" : " patch"
6
6
},
7
7
"msbuild-sdks" :
8
8
{
9
9
"MSBuild.Sdk.Extras" : " 3.0.44" ,
10
- "Microsoft.Build.Traversal" : " 4.1.0 " ,
10
+ "Microsoft.Build.Traversal" : " 4.1.82 " ,
11
11
"Microsoft.Build.NoTargets" : " 3.7.56" ,
12
12
"Xamarin.Legacy.Sdk" : " 0.2.0-alpha4"
13
13
}
You can’t perform that action at this time.
0 commit comments