Skip to content

Commit 1852cb7

Browse files
committed
Removed explicit reference to NetAnalyzers.
1 parent 7cb7729 commit 1852cb7

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

AppCoreNet.Extensions.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
109109
stylecop.json = stylecop.json
110110
Directory.Packages.props = Directory.Packages.props
111111
NuGet.config = NuGet.config
112+
renovate.json = renovate.json
112113
EndProjectSection
113114
EndProject
114115
Global

Directory.Build.props

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<!-- Code Analysis -->
4747
<PropertyGroup>
4848
<EnableNETAnalyzers>true</EnableNETAnalyzers>
49+
<RunAnalyzersDuringBuild>true</RunAnalyzersDuringBuild>
4950
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)AppCoreNet.ruleset</CodeAnalysisRuleSet>
5051
</PropertyGroup>
5152

@@ -58,10 +59,6 @@
5859
<PrivateAssets>all</PrivateAssets>
5960
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6061
</PackageReference>
61-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers">
62-
<PrivateAssets>all</PrivateAssets>
63-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
64-
</PackageReference>
6562
<PackageReference Include="IDisposableAnalyzers">
6663
<PrivateAssets>all</PrivateAssets>
6764
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Directory.Packages.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
7-
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0" />
87
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
98
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15" />
109
<PackageVersion Include="IDisposableAnalyzers" Version="4.0.8" />

0 commit comments

Comments
 (0)