Skip to content

Commit

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

0 comments on commit 6bae0f3

Please sign in to comment.