Skip to content

Commit

Permalink
chore: remove redundant protocolVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw authored Mar 27, 2024
1 parent 6bae0f3 commit d2fbbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lc-hax/nuget.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<config>
<add key="globalPackagesFolder" value="./References/NuGet" />
Expand Down

0 comments on commit d2fbbc3

Please sign in to comment.