|
23 | 23 |
|
24 | 24 | <!-- GitVersion --> |
25 | 25 | <ItemGroup> |
26 | | - <PackageReference Include="GitVersion.MsBuild" Version="5.12.0"> |
| 26 | + <PackageReference Include="GitVersion.MsBuild"> |
27 | 27 | <PrivateAssets>all</PrivateAssets> |
28 | 28 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
29 | 29 | </PackageReference> |
|
38 | 38 | </PropertyGroup> |
39 | 39 |
|
40 | 40 | <ItemGroup> |
41 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0"> |
| 41 | + <PackageReference Include="Microsoft.SourceLink.GitHub"> |
42 | 42 | <PrivateAssets>all</PrivateAssets> |
43 | 43 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
44 | 44 | </PackageReference> |
|
47 | 47 | <!-- Code Analysis --> |
48 | 48 | <PropertyGroup> |
49 | 49 | <EnableNETAnalyzers>true</EnableNETAnalyzers> |
| 50 | + <RunAnalyzersDuringBuild>true</RunAnalyzersDuringBuild> |
50 | 51 | <CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)AppCoreNet.ruleset</CodeAnalysisRuleSet> |
51 | 52 | </PropertyGroup> |
52 | 53 |
|
|
55 | 56 | </ItemGroup> |
56 | 57 |
|
57 | 58 | <ItemGroup> |
58 | | - <PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> |
| 59 | + <PackageReference Include="StyleCop.Analyzers"> |
59 | 60 | <PrivateAssets>all</PrivateAssets> |
60 | 61 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
61 | 62 | </PackageReference> |
62 | | - <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0"> |
| 63 | + <PackageReference Include="IDisposableAnalyzers"> |
63 | 64 | <PrivateAssets>all</PrivateAssets> |
64 | 65 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
65 | 66 | </PackageReference> |
66 | | - <PackageReference Include="IDisposableAnalyzers" Version="4.0.7"> |
67 | | - <PrivateAssets>all</PrivateAssets> |
68 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
69 | | - </PackageReference> |
70 | | - <PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.7.30"> |
| 67 | + <PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers"> |
71 | 68 | <PrivateAssets>all</PrivateAssets> |
72 | 69 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
73 | 70 | </PackageReference> |
|
0 commit comments