Skip to content

Commit fb4286d

Browse files
authored
Update AndroidNetPreviousVersion to 35.0.50 and 34.0.148 (#9892)
.NET 8 Changes: a8cd27e...cdb777a .NET 9 Changes: http://github.com/dotnet/android/compare/4b20432d95ea8965a41cc73997e459d7fa561233...1719a35b8a0348a4a8dd0061cfc4dd7fe6612a3c Updates the previous .NET for Android SDK versions to the packages that will be shipping in the upcoming VS 17.14 preview 2 release.
1 parent 31fe91d commit fb4286d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

NuGet.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-android -->
7+
<add key="darc-pub-dotnet-android-1719a35" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-android-1719a35b/nuget/v3/index.json" />
8+
<add key="darc-pub-dotnet-android-cdb777a" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-android-cdb777a0/nuget/v3/index.json" />
79
<!-- End: Package sources from dotnet-android -->
810
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
911
<!-- ensure only the sources defined below are used -->

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<Sha>864dffa259f3931b3d51dea0db54a2488ae455ba</Sha>
2222
</Dependency>
2323
<!-- Previous .NET Android version -->
24-
<Dependency Name="Microsoft.Android.Sdk.Windows" Version="35.0.24">
24+
<Dependency Name="Microsoft.Android.Sdk.Windows" Version="35.0.50">
2525
<Uri>https://github.com/dotnet/android</Uri>
26-
<Sha>4b20432d95ea8965a41cc73997e459d7fa561233</Sha>
26+
<Sha>1719a35b8a0348a4a8dd0061cfc4dd7fe6612a3c</Sha>
2727
</Dependency>
2828
</ProductDependencies>
2929
<ToolsetDependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.25109.3</MicrosoftDotNetCecilPackageVersion>
1414
<SystemIOHashingPackageVersion>$(MicrosoftNETCoreAppRefPackageVersion)</SystemIOHashingPackageVersion>
1515
<!-- Previous .NET Android version -->
16-
<MicrosoftAndroidSdkWindowsPackageVersion>35.0.24</MicrosoftAndroidSdkWindowsPackageVersion>
16+
<MicrosoftAndroidSdkWindowsPackageVersion>35.0.50</MicrosoftAndroidSdkWindowsPackageVersion>
1717
<AndroidNetPreviousVersion>$(MicrosoftAndroidSdkWindowsPackageVersion)</AndroidNetPreviousVersion>
1818
<!-- To be removed before .NET 10 GA -->
19-
<AndroidNet8PreviousVersion>34.0.147</AndroidNet8PreviousVersion>
19+
<AndroidNet8PreviousVersion>34.0.148</AndroidNet8PreviousVersion>
2020
</PropertyGroup>
2121
<PropertyGroup>
2222
<!-- Match the first three version numbers and append 00 -->

0 commit comments

Comments
 (0)