dotnet-installer/NuGet.config
dotnet-maestro[bot] f86a6b59bd
[master] Update dependencies from aspnet/AspNetCore (#5300)
* Update dependencies from https://github.com/aspnet/AspNetCore build 20191022.8

- dotnet-user-secrets - 5.0.0-alpha1.19522.8
- dotnet-watch - 5.0.0-alpha1.19522.8
- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19522.8
- Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19522.8
- dotnet-dev-certs - 5.0.0-alpha1.19522.8
- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19522.8

* Update dependencies from https://github.com/aspnet/AspNetCore build 20191022.13

- dotnet-user-secrets - 5.0.0-alpha1.19522.13
- dotnet-watch - 5.0.0-alpha1.19522.13
- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19522.13
- Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19522.13
- dotnet-dev-certs - 5.0.0-alpha1.19522.13
- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19522.13
2019-10-23 07:58:21 +00:00

27 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<!-- Only specify feed for Arcade SDK (see https://github.com/Microsoft/msbuild/issues/2982) -->
<packageSources>
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<add key="darc-pub-dotnet-core-setup-7d57652" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-7d57652f/nuget/v3/index.json" />
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="msbuild" value="https://dotnet.myget.org/F/msbuild/api/v3/index.json" />
<add key="nuget-build" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
<add key="dotnet3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json" />
<add key="dotnet3-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json" />
<add key="dotnet3.1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json" />
<add key="dotnet3.1-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
<add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>