Skip to content
Merged
Changes from all commits
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
5 changes: 5 additions & 0 deletions build-tools/create-packs/Microsoft.Android.Sdk.proj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ core workload SDK packs imported by WorkloadManifest.targets.
<Sdk Name="Microsoft.DotNet.SharedFramework.Sdk" Version="$(MicrosoftDotNetBuildTasksFeedPackageVersion)" />
<UsingTask AssemblyFile="$(BootstrapTasksAssembly)" TaskName="Xamarin.Android.Tools.BootstrapTasks.GenerateUnixFilePermissions" />

<PropertyGroup>
<!-- Use stable TFM since CI only has the stable .NET SDK installed -->
<TargetFramework>$(DotNetStableTargetFramework)</TargetFramework>
</PropertyGroup>

<PropertyGroup>
<PackageId>Microsoft.Android.Sdk.$(HostOS)</PackageId>
<OverridePackageId>$(PackageId)</OverridePackageId>
Expand Down