소스 검색

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

Brandon Thetford 1 년 전
부모
커밋
3e9823abf6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 -->
     <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>
 </configuration>