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

This commit is contained in:
Brandon Thetford
2024-06-20 20:25:47 -07:00
parent 80ce5e8c8a
commit 3e9823abf6

View File

@@ -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>