Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit 9667a39

Browse files
committed
Update to Microsoft.CodeAnalysis 1.2.1
1 parent 7f08040 commit 9667a39

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

AsyncUsageAnalyzers/AsyncUsageAnalyzers.CodeFixes/AsyncUsageAnalyzers.CodeFixes.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
</PropertyGroup>
3535

3636
<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" />
3939
</ItemGroup>
4040

4141
<ItemGroup>

AsyncUsageAnalyzers/AsyncUsageAnalyzers.Test/AsyncUsageAnalyzers.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Microsoft.CodeAnalysis" Version="1.0.0" />
18+
<PackageReference Include="Microsoft.CodeAnalysis" Version="1.2.1" />
1919
<PackageReference Include="xunit" Version="2.3.0-beta3-build3705" />
2020
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.0-beta3-build3705" PrivateAssets="all" />
2121
</ItemGroup>

AsyncUsageAnalyzers/AsyncUsageAnalyzers.ruleset

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
<Rule Id="CA2241" Action="Warning" />
7171
<Rule Id="CA2242" Action="Warning" />
7272
</Rules>
73-
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp" RuleNamespace="Microsoft.CodeAnalysis.CSharp">
74-
<Rule Id="AD0001" Action="None" />
75-
</Rules>
7673
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.Features" RuleNamespace="Microsoft.CodeAnalysis.CSharp.Features">
7774
<Rule Id="IDE0003" Action="None" />
7875
</Rules>

AsyncUsageAnalyzers/AsyncUsageAnalyzers/AsyncUsageAnalyzers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</PropertyGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="1.0.0" />
33+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="1.2.1" />
3434
</ItemGroup>
3535

3636
<ItemGroup>

0 commit comments

Comments
 (0)