Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
Updates dependency versions.

+semver:minor
  • Loading branch information
connorjs committed Nov 28, 2024
1 parent 9e35889 commit 0285216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion connorjs-analyzers/connorjs-analyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.28.0.94264" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.3.0.106239" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
</ItemGroup>

Expand Down
3 changes: 2 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"sdk": {
"rollForward": "latestFeature",
"allowPrerelease": true,
"rollForward": "latestMajor",
"version": "8.0.300"
}
}

0 comments on commit 0285216

Please sign in to comment.