Skip to content

Commit

Permalink
adding <add key="nuget.org" value="https://api.nuget.org/v3/index.json"…
Browse files Browse the repository at this point in the history
… protocolVersion="3" />
  • Loading branch information
jchen351 committed Apr 30, 2024
1 parent e40d24a commit 1977ac7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/csharp/nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageRestore>
<!--Allow NuGet to download missing packages -->
<add key="enabled" value="True" />
<!-- Automatically check for missing packages during build in Visual Studio -->
<add key="automatic" value="True" />
</packageRestore>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>

0 comments on commit 1977ac7

Please sign in to comment.