Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 25, 2023
1 parent 1d29280 commit a957065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.102",
"version": "7.0.202",
"rollForward": "feature"
}
}
2 changes: 1 addition & 1 deletion src/Meziantou.Analyzer/Meziantou.Analyzer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" PrivateAssets="all" />

<PackageReference Include="Meziantou.Analyzer" Version="2.0.22" Condition="'$(PackageId)' != 'Meziantou.Analyzer'">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.24" Condition="'$(PackageId)' != 'Meziantou.Analyzer'">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit a957065

Please sign in to comment.