Skip to content

Commit

Permalink
added nuget.config in projects
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz0u committed Jun 30, 2024
1 parent 29030f4 commit 74ef64b
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Console.Advanced/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.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="nuget.voids.site" value="https://nuget.voids.site/v3/index.json" />
</packageSources>
</configuration>
7 changes: 7 additions & 0 deletions Console/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.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="nuget.voids.site" value="https://nuget.voids.site/v3/index.json" />
</packageSources>
</configuration>
7 changes: 7 additions & 0 deletions FSharp.Example/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.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="nuget.voids.site" value="https://nuget.voids.site/v3/index.json" />
</packageSources>
</configuration>
7 changes: 7 additions & 0 deletions InlineQueries/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.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="nuget.voids.site" value="https://nuget.voids.site/v3/index.json" />
</packageSources>
</configuration>
7 changes: 7 additions & 0 deletions Webhook.Controllers/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.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="nuget.voids.site" value="https://nuget.voids.site/v3/index.json" />
</packageSources>
</configuration>
7 changes: 7 additions & 0 deletions Webhook.MinimalAPIs/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.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="nuget.voids.site" value="https://nuget.voids.site/v3/index.json" />
</packageSources>
</configuration>
4 changes: 2 additions & 2 deletions 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 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" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="nuget.voids.site" value="https://nuget.voids.site/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 74ef64b

Please sign in to comment.