dotnet-installer/NuGet.config
dotnet-maestro[bot] 180ab1adb5
Update dependencies from https://github.com/dotnet/sdk build 20190624.1 (#2619)
- Microsoft.NET.Sdk - 3.0.100-preview7.19324.1
2019-06-24 23:43:02 +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>