Skip to content

Commit 0cf7ce5

Browse files
authored
Merge pull request #453 from xamarin/fix-issue-439-reqiured-api-31
Fix issue 439 reqiured api 31
2 parents f97553f + 7f3133a commit 0cf7ce5

File tree

27 files changed

+366
-328
lines changed

27 files changed

+366
-328
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323
<!-- Folders that .targets files need to go into -->
2424
<ItemGroup>
25-
<AndroidXNuGetTargetFolders Include="build\monoandroid90" />
25+
<AndroidXNuGetTargetFolders Include="build\monoandroid12.0" />
2626
<AndroidXNuGetTargetFolders Include="build\net6.0-android31.0" />
27-
<AndroidXNuGetTargetFolders Include="buildTransitive\monoandroid90" />
27+
<AndroidXNuGetTargetFolders Include="buildTransitive\monoandroid12.0" />
2828
<AndroidXNuGetTargetFolders Include="buildTransitive\net6.0-android31.0" />
2929
</ItemGroup>
3030
</Project>

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ pr:
66
- main
77

88
variables:
9-
AndroidBinderatorVersion: 0.5.2
9+
AndroidBinderatorVersion: 0.5.3
1010
AndroidXMigrationVersion: 1.0.8
11-
DotNetVersion: 6.0.100
11+
DotNetVersion: 6.0.101
1212
DotNet6Source: https://aka.ms/dotnet6/nuget/index.json
1313
NuGetOrgSource: https://api.nuget.org/v3/index.json
1414
LegacyXamarinAndroidPkg: https://aka.ms/xamarin-android-commercial-d17-0-macos

0 commit comments

Comments
 (0)