Skip to content

Commit ea36807

Browse files
Bump Roslynator.Analyzers from 4.6.2 to 4.12.4 in /src
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.6.2 to 4.12.4. - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](dotnet/roslynator@v4.6.2...v4.12.4) --- updated-dependencies: - dependency-name: Roslynator.Analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a07fc87 commit ea36807

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

src/Directory.Build.props

+33-33
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
<Project>
2-
<PropertyGroup>
3-
<DebugType>pdbonly</DebugType>
4-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
5-
<NoWarn>CS1591</NoWarn>
6-
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
7-
</PropertyGroup>
8-
9-
<ItemGroup>
10-
<CodeAnalysisDictionary Include="$(MSBuildThisFileDirectory)\CustomDictionary.xml">
11-
<Link>CustomDictionary.xml</Link>
12-
</CodeAnalysisDictionary>
13-
<AdditionalFiles Include="$(MSBuildThisFileDirectory)\stylecop.json" Link="stylecop.json" />
14-
</ItemGroup>
15-
16-
<ItemGroup>
17-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4">
18-
<PrivateAssets>all</PrivateAssets>
19-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
20-
</PackageReference>
21-
<PackageReference Include="Serilog" Version="3.0.1" />
22-
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7">
23-
<PrivateAssets>all</PrivateAssets>
24-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
25-
</PackageReference>
26-
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
27-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
28-
<PrivateAssets>all</PrivateAssets>
29-
</PackageReference>
30-
<PackageReference Include="Roslynator.Analyzers" Version="4.6.2">
31-
<PrivateAssets>All</PrivateAssets>
32-
</PackageReference>
33-
</ItemGroup>
1+
<Project>
2+
<PropertyGroup>
3+
<DebugType>pdbonly</DebugType>
4+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
5+
<NoWarn>CS1591</NoWarn>
6+
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
7+
</PropertyGroup>
8+
9+
<ItemGroup>
10+
<CodeAnalysisDictionary Include="$(MSBuildThisFileDirectory)\CustomDictionary.xml">
11+
<Link>CustomDictionary.xml</Link>
12+
</CodeAnalysisDictionary>
13+
<AdditionalFiles Include="$(MSBuildThisFileDirectory)\stylecop.json" Link="stylecop.json" />
14+
</ItemGroup>
15+
16+
<ItemGroup>
17+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4">
18+
<PrivateAssets>all</PrivateAssets>
19+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
20+
</PackageReference>
21+
<PackageReference Include="Serilog" Version="3.0.1" />
22+
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7">
23+
<PrivateAssets>all</PrivateAssets>
24+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
25+
</PackageReference>
26+
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
27+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
28+
<PrivateAssets>all</PrivateAssets>
29+
</PackageReference>
30+
<PackageReference Include="Roslynator.Analyzers" Version="4.12.4">
31+
<PrivateAssets>All</PrivateAssets>
32+
</PackageReference>
33+
</ItemGroup>
3434
</Project>

0 commit comments

Comments
 (0)