Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Nov 12, 2024
1 parent ac6754e commit f3e8700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Meziantou.DotNet.CodingStandard.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<repository type="git" url="$RepositoryUrl$" commit="$RepositoryCommit$" branch="$RepositoryBranch$" />
<dependencies>
<dependency id="Meziantou.Analyzer" version="2.0.177" />
<dependency id="Meziantou.Analyzer" version="2.0.178" />
<dependency id="Microsoft.CodeAnalysis.BannedApiAnalyzers" version="3.3.4" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion tools/ConfigFilesGenerator/ConfigFilesGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.12.0-3.final" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.12.0-3.final" />
<PackageReference Include="NuGet.Protocol" Version="6.11.1" />
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
<PackageReference Include="System.Formats.Asn1" Version="9.0.0" />
</ItemGroup>

</Project>

0 comments on commit f3e8700

Please sign in to comment.