File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
build-tools/automation/yaml-templates Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 6
6
<DotNetTargetFramework >net$(DotNetTargetFrameworkVersion)</DotNetTargetFramework >
7
7
<DotNetAndroidTargetFramework >$(DotNetTargetFramework)-android</DotNetAndroidTargetFramework >
8
8
<!-- Used for bootstrap, command-line tooling, and desktop NUnit projects -->
9
- <DotNetStableTargetFramework >net8 .0</DotNetStableTargetFramework >
9
+ <DotNetStableTargetFramework >net9 .0</DotNetStableTargetFramework >
10
10
<TargetFrameworkNETStandard >netstandard2.0</TargetFrameworkNETStandard >
11
11
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
12
12
<BuildOutputDirectory >$(MSBuildThisFileDirectory)bin\$(Configuration)\</BuildOutputDirectory >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUNTIME := $(shell which mono64 2> /dev/null && echo mono64 || echo mono)
7
7
SOLUTION = Xamarin.Android.sln
8
8
TEST_TARGETS = build-tools/scripts/RunTests.targets
9
9
API_LEVEL ?=
10
- PREPARE_NET_FX = net8 .0
10
+ PREPARE_NET_FX = net9 .0
11
11
PREPARE_ARGS =
12
12
PREPARE_PROJECT = build-tools/xaprepare/xaprepare/xaprepare.csproj
13
13
PREPARE_MSBUILD_FLAGS = $(PREPARE_MSBUILD_ARGS ) $(MSBUILD_ARGS )
Original file line number Diff line number Diff line change @@ -52,6 +52,10 @@ stages:
52
52
# https://learn.microsoft.com/en-us/azure/devops/pipelines/repos/multi-repo-checkout?view=azure-devops#checkout-path
53
53
- checkout : maui
54
54
55
+ - template : /build-tools/automation/yaml-templates/use-dot-net.yaml
56
+ parameters :
57
+ remove_dotnet : true
58
+
55
59
- ${{ if ne(variables['System.PullRequest.IsFork'], 'True') }} :
56
60
- checkout : android-platform-support
57
61
clean : true
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ variables:
24
24
- name : NUnit.NumberOfTestWorkers
25
25
value : 4
26
26
- name : DotNetSdkVersion
27
- value : 8 .0
27
+ value : 9 .0
28
28
- name : DotNetSdkQuality
29
29
value : GA
30
30
- name : GitHub.Token
@@ -50,7 +50,7 @@ variables:
50
50
- name : DotNetTargetFramework
51
51
value : net9.0
52
52
- name : DotNetStableTargetFramework
53
- value : net8 .0
53
+ value : net9 .0
54
54
# Workaround: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1585820
55
55
- name : _WriteTelemetryProperties
56
56
value : false
You can’t perform that action at this time.
0 commit comments