Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 0187494

Browse files
authored
Merge pull request #440 from dotnet/darc-main-a3471bea-84ff-49dd-8698-90ea3cafaad3
[main] Update dependencies from xamarin/xamarin-android
2 parents 493726e + 402bf23 commit 0187494

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-runtime -->
7-
<add key="darc-pub-dotnet-runtime-a21b9a2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-a21b9a2d/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-runtime-15626cf" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-15626cf7/nuget/v3/index.json" />
88
<!-- End: Package sources from dotnet-runtime -->
99
<!-- Begin: Package sources from dotnet-windowsdesktop -->
1010
<!-- End: Package sources from dotnet-windowsdesktop -->

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.301-rtm.22254.17" CoherentParentDependency="Microsoft.Android.Sdk.Windows">
3+
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.400-preview.22302.1" CoherentParentDependency="Microsoft.Android.Sdk.Windows">
44
<Uri>https://github.com/dotnet/installer</Uri>
5-
<Sha>3fed194c0b277b0ac0986f92401a50dd6c34f43d</Sha>
5+
<Sha>23d623452dda371b6d364b29a200e0856b45ec20</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.5" CoherentParentDependency="Microsoft.Android.Sdk.Windows">
7+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.6" CoherentParentDependency="Microsoft.Android.Sdk.Windows">
88
<Uri>https://github.com/dotnet/runtime</Uri>
9-
<Sha>a21b9a2dd4c31cf5bd37626562b7612faf21cee6</Sha>
9+
<Sha>15626cf7e26af1c3800127242e47237698faed61</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.Android.Sdk.Windows" Version="32.0.301">
11+
<Dependency Name="Microsoft.Android.Sdk.Windows" Version="32.0.414">
1212
<Uri>https://github.com/xamarin/xamarin-android</Uri>
13-
<Sha>4c460a89cb070ee8dfd731842f36bc3dc68dc75c</Sha>
13+
<Sha>387a92a0a1cafe22e7b16cfd6c4bc79bd824ac5c</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.MacCatalyst.Sdk" Version="15.4.303">
15+
<Dependency Name="Microsoft.MacCatalyst.Sdk" Version="15.4.408">
1616
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
17-
<Sha>ce10c913a2921673b0caedcd268778b46d52c392</Sha>
17+
<Sha>4c190f21e2577c7071d47ab5f183a4cb65148b6f</Sha>
1818
</Dependency>
19-
<Dependency Name="Microsoft.iOS.Sdk" Version="15.4.303">
19+
<Dependency Name="Microsoft.iOS.Sdk" Version="15.4.408">
2020
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
21-
<Sha>ce10c913a2921673b0caedcd268778b46d52c392</Sha>
21+
<Sha>4c190f21e2577c7071d47ab5f183a4cb65148b6f</Sha>
2222
</Dependency>
23-
<Dependency Name="Microsoft.tvOS.Sdk" Version="15.4.303">
23+
<Dependency Name="Microsoft.tvOS.Sdk" Version="15.4.408">
2424
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
25-
<Sha>ce10c913a2921673b0caedcd268778b46d52c392</Sha>
25+
<Sha>4c190f21e2577c7071d47ab5f183a4cb65148b6f</Sha>
2626
</Dependency>
27-
<Dependency Name="Microsoft.macOS.Sdk" Version="12.3.303">
27+
<Dependency Name="Microsoft.macOS.Sdk" Version="12.3.408">
2828
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
29-
<Sha>ce10c913a2921673b0caedcd268778b46d52c392</Sha>
29+
<Sha>4c190f21e2577c7071d47ab5f183a4cb65148b6f</Sha>
3030
</Dependency>
3131
<Dependency Name="Microsoft.NET.Workload.Emscripten.Manifest-6.0.300" Version="6.0.4" CoherentParentDependency="Microsoft.NETCore.App.Ref">
3232
<Uri>https://github.com/dotnet/emsdk</Uri>

eng/Versions.props

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
<!--Package versions-->
33
<PropertyGroup>
44
<!-- dotnet/installer -->
5-
<MicrosoftDotnetSdkInternalPackageVersion>6.0.301-rtm.22254.17</MicrosoftDotnetSdkInternalPackageVersion>
5+
<MicrosoftDotnetSdkInternalPackageVersion>6.0.400-preview.22302.1</MicrosoftDotnetSdkInternalPackageVersion>
66
<!-- dotnet/runtime -->
7-
<MicrosoftNETCoreAppRefPackageVersion>6.0.5</MicrosoftNETCoreAppRefPackageVersion>
7+
<MicrosoftNETCoreAppRefPackageVersion>6.0.6</MicrosoftNETCoreAppRefPackageVersion>
88
<!-- dotnet/emsdk -->
99
<MicrosoftNETWorkloadEmscriptenManifest60300PackageVersion>6.0.4</MicrosoftNETWorkloadEmscriptenManifest60300PackageVersion>
1010
<MicrosoftNETWorkloadEmscriptenPackageVersion>$(MicrosoftNETWorkloadEmscriptenManifest60300PackageVersion)</MicrosoftNETWorkloadEmscriptenPackageVersion>
1111
<!-- xamarin/xamarin-android -->
12-
<MicrosoftAndroidSdkWindowsPackageVersion>32.0.301</MicrosoftAndroidSdkWindowsPackageVersion>
12+
<MicrosoftAndroidSdkWindowsPackageVersion>32.0.414</MicrosoftAndroidSdkWindowsPackageVersion>
1313
<!-- xamarin/xamarin-macios -->
14-
<MicrosoftiOSSdkPackageVersion>15.4.303</MicrosoftiOSSdkPackageVersion>
15-
<MicrosoftMacCatalystSdkPackageVersion>15.4.303</MicrosoftMacCatalystSdkPackageVersion>
16-
<MicrosoftmacOSSdkPackageVersion>12.3.303</MicrosoftmacOSSdkPackageVersion>
17-
<MicrosofttvOSSdkPackageVersion>15.4.303</MicrosofttvOSSdkPackageVersion>
14+
<MicrosoftiOSSdkPackageVersion>15.4.408</MicrosoftiOSSdkPackageVersion>
15+
<MicrosoftMacCatalystSdkPackageVersion>15.4.408</MicrosoftMacCatalystSdkPackageVersion>
16+
<MicrosoftmacOSSdkPackageVersion>12.3.408</MicrosoftmacOSSdkPackageVersion>
17+
<MicrosofttvOSSdkPackageVersion>15.4.408</MicrosofttvOSSdkPackageVersion>
1818
<MicrosoftDotNetBuildTasksFeedPackageVersion>7.0.0-beta.22171.2</MicrosoftDotNetBuildTasksFeedPackageVersion>
1919
</PropertyGroup>
2020
<PropertyGroup>
21-
<DotNetVersionBand Condition=" '$(DotNetVersionBand)' == '' ">6.0.300</DotNetVersionBand>
21+
<DotNetVersionBand Condition=" '$(DotNetVersionBand)' == '' ">6.0.400</DotNetVersionBand>
2222
<DotNetMauiManifestVersionBand>$(DotNetVersionBand)</DotNetMauiManifestVersionBand>
23-
<DotNetMonoManifestVersionBand>$(DotNetVersionBand)</DotNetMonoManifestVersionBand>
24-
<DotNetEmscriptenManifestVersionBand>$(DotNetVersionBand)</DotNetEmscriptenManifestVersionBand>
25-
<DotNetAndroidManifestVersionBand>$(DotNetVersionBand)</DotNetAndroidManifestVersionBand>
23+
<DotNetMonoManifestVersionBand>6.0.300</DotNetMonoManifestVersionBand>
24+
<DotNetEmscriptenManifestVersionBand>6.0.300</DotNetEmscriptenManifestVersionBand>
25+
<DotNetAndroidManifestVersionBand>6.0.300</DotNetAndroidManifestVersionBand>
2626
<DotNetMaciOSManifestVersionBand>$(DotNetVersionBand)</DotNetMaciOSManifestVersionBand>
2727
</PropertyGroup>
2828
</Project>

0 commit comments

Comments
 (0)