Skip to content

Commit

Permalink
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
Browse files Browse the repository at this point in the history
…ild 20210516.1 (dotnet#1036)

Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk , Microsoft.tvOS.Sdk
 From Version 11.3.100-ci.main.733 -> To Version 11.3.100-ci.main.803

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and lytico committed May 19, 2021
1 parent 5fe04be commit d7e23dd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
24 changes: 12 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.100-preview.4.21255.9" CoherentParentDependency="Microsoft.Android.Sdk.Windows">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.100-preview.5.21255.8" CoherentParentDependency="Microsoft.Android.Sdk.Windows">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>950e4949a79d312f1b2e8fb6f922166b745b68bc</Sha>
<Sha>8e4d77c38be0f061f14c166a4bdc1bbbfa6a2073</Sha>
</Dependency>
<Dependency Name="Microsoft.Android.Sdk.Windows" Version="11.0.200-preview.4.251">
<Dependency Name="Microsoft.Android.Sdk.Windows" Version="11.0.200-ci.main.260">
<Uri>https://github.com/xamarin/xamarin-android</Uri>
<Sha>c1fafcb15d8c91884595c2694611c26fa6823559</Sha>
<Sha>4182e1ff3eb779c499402eb7016fc7de84a0f8f4</Sha>
</Dependency>
<Dependency Name="Microsoft.MacCatalyst.Sdk" Version="14.5.100-preview.4.642">
<Dependency Name="Microsoft.MacCatalyst.Sdk" Version="14.5.100-ci.main.803">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>53e0f9a95a1101e68d637ced39d6eabfcd99e439</Sha>
<Sha>ab14e071461ff773f118112d4e922c421fdc2a80</Sha>
</Dependency>
<Dependency Name="Microsoft.iOS.Sdk" Version="14.5.100-preview.4.642">
<Dependency Name="Microsoft.iOS.Sdk" Version="14.5.100-ci.main.803">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>53e0f9a95a1101e68d637ced39d6eabfcd99e439</Sha>
<Sha>ab14e071461ff773f118112d4e922c421fdc2a80</Sha>
</Dependency>
<Dependency Name="Microsoft.tvOS.Sdk" Version="14.5.100-preview.4.642">
<Dependency Name="Microsoft.tvOS.Sdk" Version="14.5.100-ci.main.803">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>53e0f9a95a1101e68d637ced39d6eabfcd99e439</Sha>
<Sha>ab14e071461ff773f118112d4e922c421fdc2a80</Sha>
</Dependency>
<Dependency Name="Microsoft.macOS.Sdk" Version="11.3.100-preview.4.642">
<Dependency Name="Microsoft.macOS.Sdk" Version="11.3.100-ci.main.803">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>53e0f9a95a1101e68d637ced39d6eabfcd99e439</Sha>
<Sha>ab14e071461ff773f118112d4e922c421fdc2a80</Sha>
</Dependency>
</ProductDependencies>
</Dependencies>
16 changes: 10 additions & 6 deletions eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<Project>
<!--Package versions-->
<PropertyGroup>
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-preview.4.21255.9</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftAndroidSdkWindowsPackageVersion>11.0.200-preview.4.251</MicrosoftAndroidSdkWindowsPackageVersion>
<MicrosoftMacCatalystSdkPackageVersion>14.5.100-preview.4.642</MicrosoftMacCatalystSdkPackageVersion>
<MicrosoftiOSSdkPackageVersion>14.5.100-preview.4.642</MicrosoftiOSSdkPackageVersion>
<MicrosofttvOSSdkPackageVersion>14.5.100-preview.4.642</MicrosofttvOSSdkPackageVersion>
<MicrosoftmacOSSdkPackageVersion>11.3.100-preview.4.642</MicrosoftmacOSSdkPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-preview.5.21255.8</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftAndroidSdkWindowsPackageVersion>11.0.200-ci.main.260</MicrosoftAndroidSdkWindowsPackageVersion>
<MicrosoftMacCatalystSdkPackageVersion>14.5.100-ci.main.803</MicrosoftMacCatalystSdkPackageVersion>
<MicrosoftiOSSdkPackageVersion>14.5.100-ci.main.803</MicrosoftiOSSdkPackageVersion>
<MicrosofttvOSSdkPackageVersion>14.5.100-ci.main.803</MicrosofttvOSSdkPackageVersion>
<MicrosoftmacOSSdkPackageVersion>11.3.100-ci.main.803</MicrosoftmacOSSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Trim all characters after first `-` or `+` is encountered. -->
<DotNetPreviewVersionBand Condition=" '$(DotNetPreviewVersionBand)' == '' ">$([System.Text.RegularExpressions.Regex]::Replace($(MicrosoftDotnetSdkInternalPackageVersion), `[-+].*$`, ""))</DotNetPreviewVersionBand>
</PropertyGroup>
</Project>

0 comments on commit d7e23dd

Please sign in to comment.