Skip to content

Commit

Permalink
Merge pull request #111 from TelegramBots/develop
Browse files Browse the repository at this point in the history
disabled dependabot
  • Loading branch information
wiz0u authored Jul 2, 2024
2 parents 874d709 + e90cb60 commit 9ffeeff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
File renamed without changes.
4 changes: 4 additions & 0 deletions Examples/Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<None Include="..\src\**\*" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Telegram.Bot" Version="21.1.0-ci.1306" />
</ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion Examples/nuget.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<packageSources>
<add key="Nuget voids.site" value="https://nuget.voids.site/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" />
<add key="Telegram.Bot ci" value="https://pkgs.dev.azure.com/tgbots/Telegram.Bot/_packaging/Telegram.Bot/nuget/v3/index.json" />
</packageSources>
</configuration>
Binary file modified src/1/docs/NugetPackageManager.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9ffeeff

Please sign in to comment.