Skip to content

Commit

Permalink
Bump roslynator packages (#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Dec 4, 2023
1 parent dfe3b26 commit 5134490
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/healthchecks_influxdb_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Setup InfluxDB
uses: maikebing/influxdb-action@v5
with:
influxdb_version: latest
influxdb_version: 2.7.1
influxdb_org: influxdata
influxdb_user: ci_user
influxdb_password: password
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Roslynator.Analyzers" Version="4.4.0">
<PackageReference Include="Roslynator.Analyzers" Version="4.7.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Roslynator.Formatting.Analyzers" Version="4.4.0">
<PackageReference Include="Roslynator.Formatting.Analyzers" Version="4.7.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 5134490

Please sign in to comment.