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 >
34
34
</Project >
0 commit comments