File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 7
7
<PropertyGroup >
8
8
<DebugType >full</DebugType >
9
9
<DebugSymbols >true</DebugSymbols >
10
+ <AnalysisMode >AllEnabledByDefault</AnalysisMode >
10
11
<CodeAnalysisRuleSet >..\Cake.AzureDevOps.ruleset</CodeAnalysisRuleSet >
11
12
</PropertyGroup >
12
13
37
38
38
39
<ItemGroup >
39
40
<PackageReference Include =" Cake.Core" Version =" 1.0.0" PrivateAssets =" All" />
40
- <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 3.3.1" PrivateAssets =" All" />
41
+ <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 5.0.3" >
42
+ <PrivateAssets >all</PrivateAssets >
43
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
44
+ </PackageReference >
41
45
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.118" PrivateAssets =" All" />
42
46
<PackageReference Include =" Microsoft.TeamFoundationServer.Client" Version =" 16.143.2" PrivateAssets =" All" />
43
47
<PackageReference Include =" Microsoft.VisualStudio.Services.InteractiveClient" Version =" 16.143.2" PrivateAssets =" All" />
You can’t perform that action at this time.
0 commit comments