xamarin-macios/NuGet.config

19 строки
1.0 KiB
Plaintext
Исходник Обычный вид История

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="repositorypath" value="packages" />
</config>
<packageSources>
<clear />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion="3" />
<add key="Dotnet arcade" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
[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: fc631442f98f7aabd7b69abf0e0966f77e12a833 Ref: https://github.com/dotnet/runtime/commit/679cd97153c915641afaf7d3cd154c57a30d67b2 * 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 10:35:00 +03:00
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
<add key="macios-dependencies" value="https://pkgs.dev.azure.com/xamarin/public/_packaging/macios-dependencies/nuget/v3/index.json" />
We need the xamarin-impl feed. (#12496) Otherwise this happens: Errors in [...]/xamarin-macios/msbuild/Xamarin.MacDev.Tasks/Xamarin.MacDev.Tasks.csproj NU1101: Unable to find package Xamarin.Messaging.Build.Client. No packages exist with this id in source(s): Dotnet arcade, dotnet-public, dotnet6, macios-dependencies Errors in [...]/xamarin-macios/msbuild/Xamarin.iOS.Tasks/Xamarin.iOS.Tasks.csproj NU1101: Unable to find package Xamarin.Messaging.Build.Client. No packages exist with this id in source(s): Dotnet arcade, dotnet-public, dotnet6, macios-dependencies Errors in [...]/xamarin-macios/msbuild/Xamarin.Mac.Tasks/Xamarin.Mac.Tasks.csproj NU1101: Unable to find package Xamarin.Messaging.Build.Client. No packages exist with this id in source(s): Dotnet arcade, dotnet-public, dotnet6, macios-dependencies Errors in [...]/xamarin-macios/msbuild/Xamarin.iOS.Tasks.Windows/Xamarin.iOS.Tasks.Windows.csproj NU1101: Unable to find package Xamarin.Messaging.Build.Client. No packages exist with this id in source(s): Dotnet arcade, dotnet-public, dotnet6, macios-dependencies NU1101: Unable to find package Xamarin.Messaging.Core. No packages exist with this id in source(s): Dotnet arcade, dotnet-public, dotnet6, macios-dependencies NU1101: Unable to find package Xamarin.iOS.HotRestart.Client. No packages exist with this id in source(s): Dotnet arcade, dotnet-public, dotnet6, macios-dependencies NU1101: Unable to find package Xamarin.Messaging.Server. No packages exist with this id in source(s): Dotnet arcade, dotnet-public, dotnet6, macios-dependencies Errors in [...]/xamarin-macios/msbuild/Messaging/Xamarin.Messaging.Build/Xamarin.Messaging.Build.csproj NU1101: Unable to find package Xamarin.Messaging.Core. No packages exist with this id in source(s): Dotnet arcade, dotnet-public, dotnet6, macios-dependencies Errors in [...]/xamarin-macios/msbuild/Xamarin.Mac.Tasks.Core/Xamarin.Mac.Tasks.Core.csproj NU1101: Unable to find package Xamarin.Messaging.Build.Client. No packages exist with this id in source(s): Dotnet arcade, dotnet-public, dotnet6, macios-dependencies
2021-08-23 10:45:53 +03:00
<add key="xamarin-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/xamarin-impl/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>