Skip to content

Commit

Permalink
add nuget.config
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz0u committed Jun 26, 2024
1 parent bccabf0 commit 27103a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Examples/nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<packageSources>
<add key="Nuget voids.site" value="https://nuget.voids.site/v3/index.json" />
<add key="Telegram.Bot ci" value="https://pkgs.dev.azure.com/tgbots/Telegram.Bot/_packaging/Telegram.Bot/nuget/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 27103a7

Please sign in to comment.