Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[net7.0] Update dependencies from xamarin/xamarin-macios #15670

Merged
merged 18 commits into from
Jun 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
a66ca2c
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
dotnet-maestro[bot] Jun 15, 2023
a689229
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
dotnet-maestro[bot] Jun 15, 2023
9e4b146
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
dotnet-maestro[bot] Jun 15, 2023
8d195a4
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
dotnet-maestro[bot] Jun 15, 2023
d067e3e
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
dotnet-maestro[bot] Jun 15, 2023
aa25eec
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
dotnet-maestro[bot] Jun 15, 2023
24d6b45
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
dotnet-maestro[bot] Jun 15, 2023
b6a0556
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
dotnet-maestro[bot] Jun 15, 2023
1143d79
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
dotnet-maestro[bot] Jun 16, 2023
09b3442
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
dotnet-maestro[bot] Jun 16, 2023
a05f203
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
dotnet-maestro[bot] Jun 16, 2023
a149848
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
dotnet-maestro[bot] Jun 16, 2023
b3b4493
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
dotnet-maestro[bot] Jun 16, 2023
ff36a6a
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
dotnet-maestro[bot] Jun 16, 2023
701623f
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
dotnet-maestro[bot] Jun 16, 2023
f170804
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
dotnet-maestro[bot] Jun 16, 2023
77a6d87
Update Version.Details.xml
rmarinho Jun 21, 2023
fb5c669
Update Versions.props
rmarinho Jun 21, 2023
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
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
<Uri>https://github.com/xamarin/xamarin-android</Uri>
<Sha>dc07f98a55b1597c834bf7b5ebd6b10223244583</Sha>
</Dependency>
<Dependency Name="Microsoft.MacCatalyst.Sdk" Version="16.4.7069">
<Dependency Name="Microsoft.MacCatalyst.Sdk" Version="16.4.7073">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>d758d68f23c4f02f88ca1c1d8c070e4a4f6d0a64</Sha>
<Sha>c0f492f9387a4762abe4729c060be432b3512d81</Sha>
</Dependency>
<Dependency Name="Microsoft.macOS.Sdk" Version="13.3.7069">
<Dependency Name="Microsoft.macOS.Sdk" Version="13.3.7073">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>d758d68f23c4f02f88ca1c1d8c070e4a4f6d0a64</Sha>
<Sha>c0f492f9387a4762abe4729c060be432b3512d81</Sha>
</Dependency>
<Dependency Name="Microsoft.iOS.Sdk" Version="16.4.7069">
<Dependency Name="Microsoft.iOS.Sdk" Version="16.4.7073">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>d758d68f23c4f02f88ca1c1d8c070e4a4f6d0a64</Sha>
<Sha>c0f492f9387a4762abe4729c060be432b3512d81</Sha>
</Dependency>
<Dependency Name="Microsoft.tvOS.Sdk" Version="16.4.7069">
<Dependency Name="Microsoft.tvOS.Sdk" Version="16.4.7073">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>d758d68f23c4f02f88ca1c1d8c070e4a4f6d0a64</Sha>
<Sha>c0f492f9387a4762abe4729c060be432b3512d81</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100" Version="7.0.5" CoherentParentDependency="Microsoft.NETCore.App.Ref">
<Uri>https://github.com/dotnet/emsdk</Uri>
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<!-- xamarin/xamarin-android -->
<MicrosoftAndroidSdkWindowsPackageVersion>33.0.52</MicrosoftAndroidSdkWindowsPackageVersion>
<!-- xamarin/xamarin-macios -->
<MicrosoftMacCatalystSdkPackageVersion>16.4.7069</MicrosoftMacCatalystSdkPackageVersion>
<MicrosoftmacOSSdkPackageVersion>13.3.7069</MicrosoftmacOSSdkPackageVersion>
<MicrosoftiOSSdkPackageVersion>16.4.7069</MicrosoftiOSSdkPackageVersion>
<MicrosofttvOSSdkPackageVersion>16.4.7069</MicrosofttvOSSdkPackageVersion>
<MicrosoftMacCatalystSdkPackageVersion>16.4.7073</MicrosoftMacCatalystSdkPackageVersion>
<MicrosoftmacOSSdkPackageVersion>13.3.7073</MicrosoftmacOSSdkPackageVersion>
<MicrosoftiOSSdkPackageVersion>16.4.7073</MicrosoftiOSSdkPackageVersion>
<MicrosofttvOSSdkPackageVersion>16.4.7073</MicrosofttvOSSdkPackageVersion>
<!-- Samsung/Tizen.NET -->
<SamsungTizenSdkPackageVersion>7.0.105</SamsungTizenSdkPackageVersion>
<!-- emsdk -->
Expand Down