Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" protocolVersion="3" />
<add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" protocolVersion="3" />
<add key="dotnet11" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json" protocolVersion="3" />

<add key="dotnet11-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11-transport/nuget/v3/index.json" protocolVersion="3" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<ProductDependencies>
<!-- dotnet/android-tools: Android SDK tooling (SdkManager, AdbRunner, JdkInstaller, etc.)
The package is built by dotnet/android which includes android-tools as a submodule. -->
<Dependency Name="Xamarin.Android.Tools.AndroidSdk" Version="1.0.155-preview.137">
<Dependency Name="Xamarin.Android.Tools.AndroidSdk" Version="1.0.189-preview.58">
<Uri>https://github.com/dotnet/android</Uri>
<Sha>e8fb4bc8f779fd0d27c5c0ed04637a5dd25c083b</Sha>
<Sha>2114bc81fed892c4d166aeff637ca2387b0fcd8a</Sha>
</Dependency>
<!-- dotnet/maui -->
<Dependency Name="Microsoft.Maui.Controls" Version="10.0.41">
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</PropertyGroup>
<!-- Android platform tooling (managed via darc/maestro — see eng/Version.Details.xml) -->
<PropertyGroup Label="Android Tools">
<XamarinAndroidToolsAndroidSdkVersion>1.0.155-preview.137</XamarinAndroidToolsAndroidSdkVersion>
<XamarinAndroidToolsAndroidSdkVersion>1.0.189-preview.58</XamarinAndroidToolsAndroidSdkVersion>
</PropertyGroup>
Comment thread
rmarinho marked this conversation as resolved.
<!-- Apple platform tooling (managed via darc/maestro — see eng/Version.Details.xml) -->
<PropertyGroup Label="Apple Tools">
Expand Down
Loading