Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Remove Classic support. #863

Merged
merged 3 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Directory.Build.props.
  • Loading branch information
jpobst committed May 3, 2024
commit a0fcc464bb152a6c2e1fd0f4e9ff12f497982208
6 changes: 0 additions & 6 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,11 @@

<!-- Folders that various files get placed into -->
<ItemGroup>
<_TargetFrameworkNugetBuildFolders Include="build\monoandroid12.0" />
<_TargetFrameworkNugetBuildFolders Include="build\net6.0-android31.0" />
<_TargetFrameworkNugetBuildFolders Include="build\net7.0-android33.0" />
<_TargetFrameworkNugetBuildFolders Include="buildTransitive\monoandroid12.0" />
<_TargetFrameworkNugetBuildFolders Include="buildTransitive\net6.0-android31.0" />
<_TargetFrameworkNugetBuildFolders Include="buildTransitive\net7.0-android33.0" />
</ItemGroup>

<ItemGroup>
<_TargetFrameworkNugetAarFolders Include="aar\monoandroid12.0" />
<_TargetFrameworkNugetAarFolders Include="aar\net6.0-android31.0" />
<_TargetFrameworkNugetAarFolders Include="aar\net7.0-android33.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resources:
type: github
name: xamarin/androidx
endpoint: xamarin
ref: refs/heads/no-classic
ref: refs/heads/main

extends:
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
Expand Down