dotnet-installer/NuGet.config
dotnet-maestro[bot] cbc334e437
Update dependencies from https://github.com/dotnet/core-setup build 20191002.01 (#5061)
- Microsoft.NETCore.App.Ref - 3.0.1-servicing-19502-01
- Microsoft.NETCore.App - 3.0.1-servicing-19502-01
- NETStandard.Library.Ref - 2.1.0-servicing-19502-01
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.1-servicing-19502-01
- Microsoft.NETCore.DotNetHostResolver - 3.0.1-servicing-19502-01
- Microsoft.NETCore.DotNetAppHost - 3.0.1-servicing-19502-01
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.1-servicing-19502-01
- Microsoft.WindowsDesktop.App - 3.0.1-servicing-19502-01

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.0.1-servicing.19501.4 (parent: Microsoft.NetCore.App)
- Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-servicing.19480.1 (parent: Microsoft.WindowsDesktop.App)
- Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.1-servicing.19480.1 (parent: Microsoft.WindowsDesktop.App)
2019-10-02 11:05:55 +00:00

23 lines
1.5 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-aspnet-AspNetCore-aee5e40" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-aspnet-AspNetCore-aee5e408/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" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>