xamarin-macios/NuGet.config

18 строки
918 B
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" />
<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>