dotnet-installer/NuGet.config
dotnet-maestro[bot] c1ce152d16
[release/3.1.3xx] Update dependencies from dotnet/core-setup (#6940)
* Update dependencies from https://github.com/dotnet/core-setup build 20200326.1

- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.4-servicing.20176.1
- Microsoft.NETCore.DotNetHostResolver - 3.1.4-servicing.20176.1
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.4-servicing.20176.1
- Microsoft.NETCore.App.Host.win-x64 - 3.1.4-servicing.20176.1
- Microsoft.NETCore.App.Internal - 3.1.4-servicing.20176.1

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.1.1-servicing.20176.2 (parent: Microsoft.NetCore.App.Internal)
- Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.1-servicing.20127.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.3-servicing.20128.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

* Update dependencies from https://github.com/dotnet/core-setup build 20200326.3

- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.4-servicing.20176.3
- Microsoft.NETCore.DotNetHostResolver - 3.1.4-servicing.20176.3
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.4-servicing.20176.3
- Microsoft.NETCore.App.Host.win-x64 - 3.1.4-servicing.20176.3
- Microsoft.NETCore.App.Internal - 3.1.4-servicing.20176.3

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.1.1-servicing.20176.2 (parent: Microsoft.NetCore.App.Internal)
- Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.1-servicing.20127.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.3-servicing.20128.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

* Update dependencies from https://github.com/dotnet/core-setup build 20200326.4

- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.4-servicing.20176.4
- Microsoft.NETCore.DotNetHostResolver - 3.1.4-servicing.20176.4
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.4-servicing.20176.4
- Microsoft.NETCore.App.Host.win-x64 - 3.1.4-servicing.20176.4
- Microsoft.NETCore.App.Internal - 3.1.4-servicing.20176.4

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.1.1-servicing.20176.6 (parent: Microsoft.NetCore.App.Internal)
- Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.1-servicing.20127.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.3-servicing.20128.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-30 06:00:41 +00:00

25 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<clear />
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/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-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/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" />
<add key="darc-pub-dotnet-templating-247f60e9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-247f60e9/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
<!-- Added by darc above. due to dependencies on 3.0.0 and 2.1.0 packs, but we can get those from nuget.org -->
<!-- Darc will just put it back if we attempt to remove it above. -->
<add key="darc-pub-dotnet-core-setup-7d57652" value="true" />
</disabledPackageSources>
</configuration>