Граф коммитов

74 Коммитов

Автор SHA1 Сообщение Дата
dotnet-maestro[bot] 3e457c4520
Update dependencies from https://github.com/dotnet/installer build 20211021.3 (#13072)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21519.25 -> To Version 6.0.100-rtm.21521.3

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-1.21473.1 -> To Version 6.0.100-1.21519.4 (parent: Microsoft.Dotnet.Sdk.Internal

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-10-22 08:32:08 +02:00
dotnet-maestro[bot] 9daab44f14
Update dependencies from https://github.com/dotnet/installer build 20211019.25 (#13049)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21518.63 -> To Version 6.0.100-rtm.21519.25

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-10-21 08:49:40 +02:00
dotnet-maestro[bot] dc6f476233
Update dependencies from https://github.com/dotnet/installer build 20211018.63 (#13026)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21518.6 -> To Version 6.0.100-rtm.21518.63

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-10-20 07:49:00 +02:00
dotnet-maestro[bot] a1e7dcdfb3
Update dependencies from https://github.com/dotnet/installer build 20211018.6 (#13009)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21516.10 -> To Version 6.0.100-rtm.21518.6

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-10-19 08:40:17 +02:00
dotnet-maestro[bot] 313bc16bc7
[main] Update dependencies from dotnet/installer (#12987)
* Update dependencies from https://github.com/dotnet/installer build 20211014.1

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21512.45 -> To Version 6.0.100-rtm.21514.1

* Update dependencies from https://github.com/dotnet/installer build 20211014.70

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21512.45 -> To Version 6.0.100-rtm.21514.70

* Update dependencies from https://github.com/dotnet/installer build 20211016.9

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21512.45 -> To Version 6.0.100-rtm.21516.9

* Update dependencies from https://github.com/dotnet/installer build 20211016.10

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21512.45 -> To Version 6.0.100-rtm.21516.10

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-10-18 09:22:40 +02:00
dotnet-maestro[bot] 30198fb245
Update dependencies from https://github.com/dotnet/installer build 20211012.45 (#12984)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21512.4 -> To Version 6.0.100-rtm.21512.45

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-10-14 07:53:12 +02:00
dotnet-maestro[bot] ed85420b58
Update dependencies from https://github.com/dotnet/installer build 20211012.4 (#12976)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21508.19 -> To Version 6.0.100-rtm.21512.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-10-13 08:27:21 +02:00
dotnet-maestro[bot] e201828254
[main] Update dependencies from dotnet/installer (#12960)
* Update dependencies from https://github.com/dotnet/installer build 20211007.9

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21506.22 -> To Version 6.0.100-rtm.21507.9

* Update dependencies from https://github.com/dotnet/installer build 20211008.19

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21506.22 -> To Version 6.0.100-rtm.21508.19

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-10-11 08:01:20 +02:00
dotnet-maestro[bot] cb475d8c8b
[main] Update dependencies from dotnet/installer (#12935)
* Update dependencies from https://github.com/dotnet/installer build 20211004.5

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21480.21 -> To Version 6.0.100-rtm.21504.5

* Update dependencies from https://github.com/dotnet/installer build 20211005.64

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21480.21 -> To Version 6.0.100-rtm.21505.64

* [src] Bump bgen to .NET 6

* Update dependencies from https://github.com/dotnet/installer build 20211006.22

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21480.21 -> To Version 6.0.100-rtm.21506.22

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2021-10-08 14:12:23 +02:00
Chris Hamons a300dfc56b
[msbuild] Add ILStrip'ing for net6 applications. Fixes #11445. (#12563)
- Controlled by EnableAssemblyILStripping which defaults to true
- Integration test included

Before - https://gist.github.com/chamons/c7886f7bacbc2e5ac5966e4251d13e71
After - https://gist.github.com/chamons/148e1bef22fa336f953f3d02dcf20667

859,136 -> 527,872 managed

Fixes https://github.com/xamarin/xamarin-macios/issues/11445.
2021-10-05 09:43:22 -05:00
dotnet-maestro[bot] ee14ab7213
Update dependencies from https://github.com/dotnet/installer build 20210930.21 (#12901)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21480.9 -> To Version 6.0.100-rtm.21480.21

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-10-04 08:47:54 +02:00
Manuel de la Pena 290152d1af
[CI] Manually add certain arcade files. (#12908) 2021-10-01 15:16:09 -04:00
dotnet-maestro[bot] 9d1b569d46
Update dependencies from https://github.com/dotnet/installer build 20210930.9 (#12883)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21479.7 -> To Version 6.0.100-rtm.21480.9

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-10-01 08:41:19 +02:00
dotnet-maestro[bot] e23a7de01d
Update dependencies from https://github.com/dotnet/installer build 20210929.7 (#12864)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21478.8 -> To Version 6.0.100-rtm.21479.7

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-09-30 11:00:50 +02:00
dotnet-maestro[bot] 071b665016
Update dependencies from https://github.com/dotnet/installer build 20210928.8 (#12859)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21476.2 -> To Version 6.0.100-rtm.21478.8

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-09-29 08:16:46 +02:00
dotnet-maestro[bot] ac317ecf7c
[main] Update dependencies from dotnet/installer (#12828)
* Update dependencies from https://github.com/dotnet/installer build 20210924.1

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21472.96 -> To Version 6.0.100-rtm.21474.1

* Update dependencies from https://github.com/dotnet/installer build 20210924.34

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21472.96 -> To Version 6.0.100-rtm.21474.34

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-1.21459.1 -> To Version 6.0.100-1.21473.1 (parent: Microsoft.Dotnet.Sdk.Internal

* Update dependencies from https://github.com/dotnet/installer build 20210926.2

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21472.96 -> To Version 6.0.100-rtm.21476.2

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-1.21459.1 -> To Version 6.0.100-1.21473.1 (parent: Microsoft.Dotnet.Sdk.Internal

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-09-27 15:44:30 +02:00
dotnet-maestro[bot] 230377dc48
Update dependencies from https://github.com/dotnet/installer build 20210922.96 (#12821)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21472.4 -> To Version 6.0.100-rtm.21472.96

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-09-24 13:48:32 +02:00
dotnet-maestro[bot] e72fe6c52e
[main] Update dependencies from dotnet/installer (#12800)
* Update dependencies from https://github.com/dotnet/installer build 20210921.61

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21466.6 -> To Version 6.0.100-rtm.21471.61

* Update dependencies from https://github.com/dotnet/installer build 20210922.4

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21466.6 -> To Version 6.0.100-rtm.21472.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-09-23 09:02:10 +02:00
dotnet-maestro[bot] d1356c3220
Update dependencies from https://github.com/dotnet/installer build 20210916.6 (#12765)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21465.13 -> To Version 6.0.100-rtm.21466.6

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-09-20 08:48:04 +02:00
dotnet-maestro[bot] e4187a5dad
Update dependencies from https://github.com/dotnet/installer build 20210915.13 (#12753)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21464.10 -> To Version 6.0.100-rc.2.21465.13

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-09-17 10:44:16 +02:00
dotnet-maestro[bot] 56c53e1eed
Update dependencies from https://github.com/dotnet/installer build 20210914.10 (#12733)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21463.12 -> To Version 6.0.100-rc.2.21464.10

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-09-16 08:43:49 +02:00
dotnet-maestro[bot] e55a58c377
[main] Update dependencies from dotnet/installer (#12688)
* Update dependencies from https://github.com/dotnet/installer build 20210910.3

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21458.9 -> To Version 6.0.100-rc.2.21460.3

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21452.4 -> To Version 6.0.100-1.21459.1 (parent: Microsoft.Dotnet.Sdk.Internal

* Update dependencies from https://github.com/dotnet/installer build 20210910.37

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21458.9 -> To Version 6.0.100-rc.2.21460.37

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21452.4 -> To Version 6.0.100-1.21459.1 (parent: Microsoft.Dotnet.Sdk.Internal

* Add dotnet-tools to our NuGet feeds to work around an msbuild/nuget bug.

Ref: https://github.com/dotnet/msbuild/issues/6834

* [src] Add an additional HttpClientHandler property to NSUrlSessionHandler.

We need this otherwise we get linker warnings which results in test failures
(because we verify that building a template doesn't show any warnings):

    * Xamarin.Tests.TemplateTest.CreateAndBuildTemplate("iOS","ios"): Build warnings:
        System.Net.Http.HttpClientHandler.GetServerCertificateCustomValidationCallback(): No members were resolved for 'get_ServerCertificateCustomValidationCallback'.
        System.Net.Http.HttpClientHandler.SetServerCertificateCustomValidationCallback(Func<HttpRequestMessage,X509Certificate2,X509Chain,SslPolicyErrors,Boolean>): No members were resolved for 'set_ServerCertificateCustomValidationCallback'.

Ref: fc631442f9
Ref: 679cd97153

* Update dependencies from https://github.com/dotnet/installer build 20210913.12

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21458.9 -> To Version 6.0.100-rc.2.21463.12

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21452.4 -> To Version 6.0.100-1.21459.1 (parent: Microsoft.Dotnet.Sdk.Internal

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2021-09-15 09:35:00 +02:00
dotnet-maestro[bot] 819c92251b
[main] Update dependencies from dotnet/installer (#12662)
* Update dependencies from https://github.com/dotnet/installer build 20210907.23

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21456.8 -> To Version 6.0.100-rc.2.21457.23

* Update dependencies from https://github.com/dotnet/installer build 20210908.9

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21456.8 -> To Version 6.0.100-rc.2.21458.9

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-09-10 08:15:31 +02:00
dotnet-maestro[bot] 8dc41314ed
Update dependencies from https://github.com/dotnet/installer build 20210906.8 (#12643)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21456.2 -> To Version 6.0.100-rc.2.21456.8

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-09-08 09:49:12 +02:00
dotnet-maestro[bot] 8bfa57704f
[main] Update dependencies from dotnet/installer (#12571)
* Update dependencies from https://github.com/dotnet/installer build 20210826.20

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21425.12 -> To Version 6.0.100-rc.2.21426.20

* Update dependencies from https://github.com/dotnet/installer build 20210827.35

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21425.12 -> To Version 6.0.100-rc.2.21427.35

* Update dependencies from https://github.com/dotnet/installer build 20210828.23

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21425.12 -> To Version 6.0.100-rc.2.21428.23

* Update dependencies from https://github.com/dotnet/installer build 20210830.3

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21425.12 -> To Version 6.0.100-rc.2.21430.3

* Update dependencies from https://github.com/dotnet/installer build 20210831.4

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21425.12 -> To Version 6.0.100-rc.2.21431.4

* Update dependencies from https://github.com/dotnet/installer build 20210901.9

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21425.12 -> To Version 6.0.100-rc.2.21451.9

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21419.1 -> To Version 6.0.100-preview.6.21430.2 (parent: Microsoft.Dotnet.Sdk.Internal

* [tests] Adjust path changes for tvOS

* Update dependencies from https://github.com/dotnet/installer build 20210902.10

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21425.12 -> To Version 6.0.100-rc.2.21452.10

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21419.1 -> To Version 6.0.100-preview.6.21430.2 (parent: Microsoft.Dotnet.Sdk.Internal

* Looks like macOS/dotnet is not quite the legacy build (which works)

* Update dependencies from https://github.com/dotnet/installer build 20210903.10

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21425.12 -> To Version 6.0.100-rc.2.21453.10

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21419.1 -> To Version 6.0.100-preview.6.21452.4 (parent: Microsoft.Dotnet.Sdk.Internal

* Update dependencies from https://github.com/dotnet/installer build 20210904.1

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21425.12 -> To Version 6.0.100-rc.2.21454.1

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21419.1 -> To Version 6.0.100-preview.6.21452.4 (parent: Microsoft.Dotnet.Sdk.Internal

* Update dependencies from https://github.com/dotnet/installer build 20210904.3

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21425.12 -> To Version 6.0.100-rc.2.21454.3

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21419.1 -> To Version 6.0.100-preview.6.21452.4 (parent: Microsoft.Dotnet.Sdk.Internal

* Update dependencies from https://github.com/dotnet/installer build 20210906.2

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21425.12 -> To Version 6.0.100-rc.2.21456.2

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21419.1 -> To Version 6.0.100-preview.6.21452.4 (parent: Microsoft.Dotnet.Sdk.Internal

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Sebastien Pouliot <sebastien.pouliot@gmail.com>
Co-authored-by: Sebastien Pouliot <sebastien.pouliot@microsoft.com>
2021-09-07 12:26:14 +02:00
dotnet-maestro[bot] 74b161ae74
[main] Update dependencies from dotnet/installer (#12540)
* Update dependencies from https://github.com/dotnet/installer build 20210824.34

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21423.21 -> To Version 6.0.100-rc.2.21424.34

* Update dependencies from https://github.com/dotnet/installer build 20210825.12

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.2.21423.21 -> To Version 6.0.100-rc.2.21425.12

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2021-08-27 12:44:14 +02:00
dotnet-maestro[bot] e1fcfc5d96 Update dependencies from https://github.com/dotnet/installer build 20210823.21
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21417.3 -> To Version 6.0.100-rc.2.21423.21

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21416.1 -> To Version 6.0.100-preview.6.21419.1 (parent: Microsoft.Dotnet.Sdk.Internal
2021-08-24 12:15:40 +00:00
dotnet-maestro[bot] e794be105d Update dependencies from https://github.com/dotnet/installer build 20210823.2
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21417.3 -> To Version 6.0.100-rc.2.21423.2

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21416.1 -> To Version 6.0.100-preview.6.21419.1 (parent: Microsoft.Dotnet.Sdk.Internal
2021-08-23 12:15:00 +00:00
dotnet-maestro[bot] 836a2498a7 Update dependencies from https://github.com/dotnet/installer build 20210820.30
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21417.3 -> To Version 6.0.100-rc.2.21420.30

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21416.1 -> To Version 6.0.100-preview.6.21418.3 (parent: Microsoft.Dotnet.Sdk.Internal
2021-08-21 12:19:14 +00:00
dotnet-maestro[bot] b05ef37e56 Update dependencies from https://github.com/dotnet/installer build 20210820.7
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21417.3 -> To Version 6.0.100-rc.2.21420.7

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21416.1 -> To Version 6.0.100-preview.6.21418.3 (parent: Microsoft.Dotnet.Sdk.Internal
2021-08-20 12:19:35 +00:00
dotnet-maestro[bot] 5f0bd53955 Update dependencies from https://github.com/dotnet/installer build 20210818.44
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21417.3 -> To Version 6.0.100-rc.2.21418.44

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21416.1 -> To Version 6.0.100-preview.6.21418.3 (parent: Microsoft.Dotnet.Sdk.Internal
2021-08-19 07:50:29 +00:00
dotnet-maestro[bot] 042968d4d4
[main] Update dependencies from dotnet/installer (#12357)
* Update dependencies from https://github.com/dotnet/installer build 20210805.1

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21403.66 -> To Version 6.0.100-rc.1.21405.1

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21378.1 -> To Version 6.0.100-preview.6.21404.1 (parent: Microsoft.Dotnet.Sdk.Internal

* Update dependencies from https://github.com/dotnet/installer build 20210806.3

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21403.66 -> To Version 6.0.100-rc.1.21406.3

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21378.1 -> To Version 6.0.100-preview.6.21405.1 (parent: Microsoft.Dotnet.Sdk.Internal

* Update dependencies from https://github.com/dotnet/installer build 20210807.3

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21403.66 -> To Version 6.0.100-rc.1.21407.3

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21378.1 -> To Version 6.0.100-preview.6.21405.1 (parent: Microsoft.Dotnet.Sdk.Internal

* Update dependencies from https://github.com/dotnet/installer build 20210807.8

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21403.66 -> To Version 6.0.100-rc.1.21407.8

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21378.1 -> To Version 6.0.100-preview.6.21405.1 (parent: Microsoft.Dotnet.Sdk.Internal

* Update dependencies from https://github.com/dotnet/installer build 20210808.2

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21403.66 -> To Version 6.0.100-rc.1.21408.2

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21378.1 -> To Version 6.0.100-preview.6.21405.1 (parent: Microsoft.Dotnet.Sdk.Internal

* Update dependencies from https://github.com/dotnet/installer build 20210809.11

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21403.66 -> To Version 6.0.100-rc.1.21409.11

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21378.1 -> To Version 6.0.100-preview.6.21409.3 (parent: Microsoft.Dotnet.Sdk.Internal

* Update dependencies from https://github.com/dotnet/installer build 20210811.2

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21403.66 -> To Version 6.0.100-rc.1.21411.2

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21378.1 -> To Version 6.0.100-preview.6.21410.1 (parent: Microsoft.Dotnet.Sdk.Internal

* Update dependencies from https://github.com/dotnet/installer build 20210811.31

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21403.66 -> To Version 6.0.100-rc.1.21411.31

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21378.1 -> To Version 6.0.100-preview.6.21411.3 (parent: Microsoft.Dotnet.Sdk.Internal

* Update dependencies from https://github.com/dotnet/installer build 20210812.16

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21403.66 -> To Version 6.0.100-rc.1.21412.16

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21378.1 -> To Version 6.0.100-preview.6.21412.1 (parent: Microsoft.Dotnet.Sdk.Internal

* Update dependencies from https://github.com/dotnet/installer build 20210814.1

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21403.66 -> To Version 6.0.100-rc.1.21414.1

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21378.1 -> To Version 6.0.100-preview.6.21413.1 (parent: Microsoft.Dotnet.Sdk.Internal

* Update dependencies from https://github.com/dotnet/installer build 20210814.5

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21403.66 -> To Version 6.0.100-rc.1.21414.5

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21378.1 -> To Version 6.0.100-preview.6.21413.1 (parent: Microsoft.Dotnet.Sdk.Internal

* [dotnet-linker] Bump to net6.0.

It doesn't build with net5.0 anymore:

    [...]xamarin-macios/tools/dotnet-linker/dotnet-linker.csproj : error NU1202: Package Microsoft.NET.ILLink 6.0.100-preview.6.21413.1 is not compatible with net5.0 (.NETCoreApp,Version=v5.0). Package Microsoft.NET.ILLink 6.0.100-preview.6.21413.1 supports: net6.0 (.NETCoreApp,Version=v6.0)
    make[2]: *** [Makefile:23: bin/Debug/net5.0/dotnet-linker.dll] Error 1
    make[2]: Leaving directory '[...]xamarin-macios/tools/dotnet-linker'
    make[1]: *** [../mk/subdirs.mk:18: all-recurse] Error 1
    make[1]: Leaving directory '[...]xamarin-macios/tools'

* Update dependencies from https://github.com/dotnet/installer build 20210815.2

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21403.66 -> To Version 6.0.100-rc.1.21415.2

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21378.1 -> To Version 6.0.100-preview.6.21413.1 (parent: Microsoft.Dotnet.Sdk.Internal

* [dotnet] Disable the template tests.

There were breaking changes upstream, but the path forward hasn't been defined
yet, so disable these tests.

Ref: https://github.com/xamarin/xamarin-macios/issues/12457

* Update dependencies from https://github.com/dotnet/installer build 20210816.45

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21403.66 -> To Version 6.0.100-rc.1.21416.45

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21378.1 -> To Version 6.0.100-preview.6.21413.1 (parent: Microsoft.Dotnet.Sdk.Internal

* Update dependencies from https://github.com/dotnet/installer build 20210817.3

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21403.66 -> To Version 6.0.100-rc.1.21417.3

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21378.1 -> To Version 6.0.100-preview.6.21416.1 (parent: Microsoft.Dotnet.Sdk.Internal

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2021-08-18 09:36:03 +02:00
dotnet-maestro[bot] 2507d92588
Update dependencies from https://github.com/dotnet/installer build 20210803.66 (#12345)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21402.7 -> To Version 6.0.100-rc.1.21403.66

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-08-05 08:31:51 +02:00
dotnet-maestro[bot] dd4f4875dd
[main] Update dependencies from dotnet/installer (#12319)
* Update dependencies from https://github.com/dotnet/installer build 20210801.2

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21381.5 -> To Version 6.0.100-rc.1.21401.2

* Update dependencies from https://github.com/dotnet/installer build 20210802.7

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21381.5 -> To Version 6.0.100-rc.1.21402.7

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2021-08-04 10:10:43 +02:00
dotnet-maestro[bot] cbc6989d7d
[main] Update dependencies from dotnet/installer (#12307)
* Update dependencies from https://github.com/dotnet/installer build 20210730.3

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21379.2 -> To Version 6.0.100-rc.1.21380.3

* Update dependencies from https://github.com/dotnet/installer build 20210730.19

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21379.2 -> To Version 6.0.100-rc.1.21380.19

* Update dependencies from https://github.com/dotnet/installer build 20210731.5

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21379.2 -> To Version 6.0.100-rc.1.21381.5

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-08-02 10:19:15 +02:00
dotnet-maestro[bot] 39df6c5fd2
Update dependencies from https://github.com/dotnet/installer build 20210729.2 (#12287)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21378.3 -> To Version 6.0.100-rc.1.21379.2

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21377.1 -> To Version 6.0.100-preview.6.21378.1 (parent: Microsoft.Dotnet.Sdk.Internal

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-07-30 10:44:11 +02:00
dotnet-maestro[bot] ebc3d5cb0c
Update dependencies from https://github.com/dotnet/installer build 20210728.3 (#12269)
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21377.4 -> To Version 6.0.100-rc.1.21378.3

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21376.2 -> To Version 6.0.100-preview.6.21377.1 (parent: Microsoft.Dotnet.Sdk.Internal

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-07-29 13:42:01 +02:00
dotnet-maestro[bot] 68476989f4
[main] Update dependencies from dotnet/installer (#12245)
* Update dependencies from https://github.com/dotnet/installer build 20210727.4

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21376.3 -> To Version 6.0.100-rc.1.21377.4

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21370.1 -> To Version 6.0.100-preview.6.21376.2 (parent: Microsoft.Dotnet.Sdk.Internal

* Bump Mono.Cecil from 0.11.3 to 0.11.4.

* [dotnet-linker] Reference Mono.Cecil 0.11.4 directly.

Works around https://github.com/mono/linker/issues/2173.

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2021-07-28 09:46:36 +02:00
dotnet-maestro[bot] edc088ad7b
[main] Update dependencies from dotnet/installer (#12195)
* Update dependencies from https://github.com/dotnet/installer build 20210722.14

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21372.2 -> To Version 6.0.100-rc.1.21372.14

* Update dependencies from https://github.com/dotnet/installer build 20210723.26

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21372.2 -> To Version 6.0.100-rc.1.21373.26

* Update dependencies from https://github.com/dotnet/installer build 20210724.6

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21372.2 -> To Version 6.0.100-rc.1.21374.6

* Update dependencies from https://github.com/dotnet/installer build 20210726.3

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21372.2 -> To Version 6.0.100-rc.1.21376.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-07-27 07:53:27 +02:00
dotnet-maestro[bot] 7dd7960f57
[main] Update dependencies from dotnet/installer (#12171)
* Update dependencies from https://github.com/dotnet/installer build 20210722.2

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21370.12 -> To Version 6.0.100-rc.1.21372.2

* [dotnet] Work around problem where the local .NET install contains an invalid workload.

We work around it by deleting the invalid workload.

* [dotnet] Fix merge failure - don't reference workloads that don't exist anymore.

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2021-07-22 22:13:03 +02:00
dotnet-maestro[bot] 6b911ee652 Update dependencies from https://github.com/dotnet/installer build 20210720.12
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-rc.1.21370.12

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21370.1 (parent: Microsoft.Dotnet.Sdk.Internal
2021-07-21 12:24:52 +00:00
dotnet-maestro[bot] bb7556c95e Update dependencies from https://github.com/dotnet/installer build 20210719.20
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-rc.1.21369.20

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21369.3 (parent: Microsoft.Dotnet.Sdk.Internal
2021-07-20 12:25:54 +00:00
dotnet-maestro[bot] 01a7a14472 Update dependencies from https://github.com/dotnet/installer build 20210719.3
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-rc.1.21369.3

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21366.2 (parent: Microsoft.Dotnet.Sdk.Internal
2021-07-19 12:15:46 +00:00
dotnet-maestro[bot] cec5682ed1 Update dependencies from https://github.com/dotnet/installer build 20210718.3
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-rc.1.21368.3

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21366.2 (parent: Microsoft.Dotnet.Sdk.Internal
2021-07-19 07:36:52 +00:00
dotnet-maestro[bot] 2bb26962be Update dependencies from https://github.com/dotnet/installer build 20210717.1
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-rc.1.21367.1

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21363.1 (parent: Microsoft.Dotnet.Sdk.Internal
2021-07-18 12:16:45 +00:00
dotnet-maestro[bot] dc00991f26 Update dependencies from https://github.com/dotnet/installer build 20210716.58
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-rc.1.21366.58

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21363.1 (parent: Microsoft.Dotnet.Sdk.Internal
2021-07-17 12:24:48 +00:00
dotnet-maestro[bot] 0c04462461 Update dependencies from https://github.com/dotnet/installer build 20210715.23
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-preview.7.21365.23

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21363.1 (parent: Microsoft.Dotnet.Sdk.Internal
2021-07-16 12:24:26 +00:00
dotnet-maestro[bot] cde7a007d5 Update dependencies from https://github.com/dotnet/installer build 20210714.30
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-preview.7.21364.30

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21363.1 (parent: Microsoft.Dotnet.Sdk.Internal
2021-07-15 12:25:18 +00:00
dotnet-maestro[bot] 76ab64311c Update dependencies from https://github.com/dotnet/installer build 20210714.4
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-preview.7.21364.4

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21363.1 (parent: Microsoft.Dotnet.Sdk.Internal
2021-07-14 12:25:55 +00:00
dotnet-maestro[bot] 3f16637f7c Update dependencies from https://github.com/dotnet/installer build 20210712.12
Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-preview.7.21362.12

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21362.2 (parent: Microsoft.Dotnet.Sdk.Internal
2021-07-13 12:24:34 +00:00