Skip to content

Commit 73e790a

Browse files
committed
Bump Roslyn version to 4.0.1 (CLI only)
1 parent 56af897 commit 73e790a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/CommandLine/CommandLine.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
<ItemGroup>
4747
<PackageReference Include="CommandLineParser" Version="2.8.0" />
4848
<PackageReference Include="Microsoft.Build.Locator" Version="1.4.1" />
49-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
50-
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="3.11.0" />
51-
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="3.11.0" />
49+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.0.1" />
50+
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.0.1" />
51+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.0.1" />
5252
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
5353
</ItemGroup>
5454

src/Documentation/Documentation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Roslynator.Documentation.DocumentationGenerator</Description>
3939
</PropertyGroup>
4040

4141
<ItemGroup>
42-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
42+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.0.1" />
4343
<PackageReference Include="DotMarkdown" Version="0.1.1" />
4444
</ItemGroup>
4545

0 commit comments

Comments
 (0)