Skip to content

Commit a598a38

Browse files
Upgraded Roslyn nuget packages in the Status.Generator and StyleCopTester projects
1 parent 51b68f3 commit a598a38

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

StyleCop.Analyzers/StyleCop.Analyzers.Status.Generator/StyleCop.Analyzers.Status.Generator.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
1918
<PackageReference Include="LibGit2Sharp" Version="0.31.0" />
2019
<PackageReference Include="Microsoft.Build.Locator" Version="1.10.2" />
21-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.7.0" />
22-
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="3.7.0" />
20+
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.14.0" />
21+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.14.0" />
2322
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
2423
</ItemGroup>
2524

StyleCop.Analyzers/StyleCopTester/StyleCopTester.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020

2121
<ItemGroup>
2222
<PackageReference Include="Microsoft.Build.Locator" Version="1.10.2" />
23-
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="2.9.0" />
24-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.9.0" />
25-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.9.0" />
26-
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="2.9.0" />
23+
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.14.0" />
24+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.14.0" />
2725
</ItemGroup>
2826

2927
<ItemGroup>

0 commit comments

Comments
 (0)