dotnet-installer/NuGet.config
dotnet-maestro[bot] f03774fe2e
Update dependencies from https://github.com/dotnet/toolset build 20190628.1 (#2700)
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-preview6.19328.1
2019-06-28 22:42:36 +00:00

15 lines
557 B
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 />
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>