File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <TreatWarningsAsErrors Condition =" '$(Configuration)' == 'Release'" >true</TreatWarningsAsErrors >
4
+ <TreatWarningsAsErrors Condition =" '$(Configuration)' == 'Release'" >true</TreatWarningsAsErrors >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
8
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.435" PrivateAssets =" all" />
9
9
</ItemGroup >
10
10
11
11
<PropertyGroup >
12
- <ImplicitUsings >enable</ImplicitUsings >
12
+ <ImplicitUsings >enable</ImplicitUsings >
13
13
</PropertyGroup >
14
14
<ItemGroup >
15
15
<Using Include =" System.Collections.Immutable" />
16
16
<Using Include =" System.Diagnostics" />
17
- <Using Include =" System.Diagnostics.CodeAnalysis" />
17
+ <Using Include =" System.Diagnostics.CodeAnalysis" />
18
18
</ItemGroup >
19
19
20
20
</Project >
You can’t perform that action at this time.
0 commit comments