Browse Source

Add this attribute for formality, in case the API were to change

Brandon Thetford 1 year ago
parent
commit
3e9823abf6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nuget.config

+ 1 - 1
nuget.config

@@ -8,6 +8,6 @@
 
 
     <!--To inherit the global NuGet package sources remove the <clear/> line below -->
     <!--To inherit the global NuGet package sources remove the <clear/> line below -->
     <clear />
     <clear />
-    <add key="nuget" value="https://api.nuget.org/v3/index.json" />
+    <add key="nuget" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
   </packageSources>
   </packageSources>
 </configuration>
 </configuration>