This repository was archived by the owner on Nov 8, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
AsyncUsageAnalyzers.CodeFixes Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 34
34
</PropertyGroup >
35
35
36
36
<ItemGroup >
37
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 1.0.0 " />
38
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 1.0.0 " />
37
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 1.2.1 " />
38
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 1.2.1 " />
39
39
</ItemGroup >
40
40
41
41
<ItemGroup >
Original file line number Diff line number Diff line change 15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 1.0.0 " />
18
+ <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 1.2.1 " />
19
19
<PackageReference Include =" xunit" Version =" 2.3.0-beta3-build3705" />
20
20
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.0-beta3-build3705" PrivateAssets =" all" />
21
21
</ItemGroup >
Original file line number Diff line number Diff line change 70
70
<Rule Id =" CA2241" Action =" Warning" />
71
71
<Rule Id =" CA2242" Action =" Warning" />
72
72
</Rules >
73
- <Rules AnalyzerId =" Microsoft.CodeAnalysis.CSharp" RuleNamespace =" Microsoft.CodeAnalysis.CSharp" >
74
- <Rule Id =" AD0001" Action =" None" />
75
- </Rules >
76
73
<Rules AnalyzerId =" Microsoft.CodeAnalysis.CSharp.Features" RuleNamespace =" Microsoft.CodeAnalysis.CSharp.Features" >
77
74
<Rule Id =" IDE0003" Action =" None" />
78
75
</Rules >
Original file line number Diff line number Diff line change 30
30
</PropertyGroup >
31
31
32
32
<ItemGroup >
33
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 1.0.0 " />
33
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 1.2.1 " />
34
34
</ItemGroup >
35
35
36
36
<ItemGroup >
You can’t perform that action at this time.
0 commit comments