ffd60e603c
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19304.1
13 lines
406 B
XML
13 lines
406 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<solution>
|
|
<add key="disableSourceControlIntegration" value="true" />
|
|
</solution>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="guardian" value="https://securitytools.pkgs.visualstudio.com/_packaging/Guardian/nuget/v3/index.json" />
|
|
</packageSources>
|
|
<disabledPackageSources>
|
|
<clear />
|
|
</disabledPackageSources>
|
|
</configuration>
|