Skip to content

Commit fd9256a

Browse files
committed
Fix: Install SDK packages one at a time to work around sdkmanager quoting bug
1 parent 7450a87 commit fd9256a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Tools/Microsoft.Maui.DevTools/Microsoft.Maui.DevTools.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
4141
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
4242
<PackageReference Include="System.Text.Json" Version="9.0.0" />
43-
<PackageReference Include="Xamarin.Android.Tools.AndroidSdk" Version="1.0.205" />
43+
<!-- Use local project reference for development, switch to PackageReference for release -->
44+
<ProjectReference Include="$(HOME)/dotnet/android-tools/src/Xamarin.Android.Tools.AndroidSdk/Xamarin.Android.Tools.AndroidSdk.csproj" />
45+
<!-- <PackageReference Include="Xamarin.Android.Tools.AndroidSdk" Version="1.0.172" /> -->
4446
</ItemGroup>
4547

4648
<!-- Allow test project to access internals -->

0 commit comments

Comments
 (0)