Skip to content

Commit

Permalink
Add NuGet config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Apr 30, 2023
1 parent a9ff59c commit 01e7d1d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<config>
<add key="defaultPushSource" value="https://api.nuget.org/v3/index.json" />
</config>
</configuration>

0 comments on commit 01e7d1d

Please sign in to comment.