Skip to content

Commit

Permalink
Merge pull request #1246 from TelegramBots/dependabot/nuget/develop/M…
Browse files Browse the repository at this point in the history
…eziantou.Analyzer-2.0.45

Bump Meziantou.Analyzer from 2.0.33 to 2.0.45
  • Loading branch information
tuscen authored Apr 30, 2023
2 parents d5010a4 + 7a7e4f2 commit 3e8f0a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<!-- The following libraries include the source generator interfaces and types we need -->
<ItemGroup>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.33" PrivateAssets="all" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.45" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.5.0" PrivateAssets="all" />
<PackageReference Include="Scriban" Version="5.7.0" GeneratePathProperty="true" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/Telegram.Bot/Telegram.Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</ItemGroup>

<ItemGroup Label="Dev">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.33" PrivateAssets="all" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.45" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" PrivateAssets="All" />
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="all" />
Expand Down

0 comments on commit 3e8f0a7

Please sign in to comment.