Skip to content

Commit 01dc349

Browse files
committed
ATR-970: updated Roslyn dependencies of the Acuminator Console Runner to version 5.9.0 with the fix of the MSBuildWorkspace bug that prevented the analysis of old style .Net Framework projects
1 parent 1d22c13 commit 01dc349

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Acuminator/Acuminator.Runner.NetFramework/Acuminator.Runner.NetFramework.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
<PackageReference Include="Microsoft.Build.Framework" ExcludeAssets="runtime" Version="18.0.2"/>
5353
<PackageReference Include="Microsoft.Build.Utilities.Core" ExcludeAssets="runtime" Version="18.0.2"/>
5454

55-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0" />
56-
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="5.0.0" />
57-
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="5.0.0" />
55+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.9.0" />
56+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="5.9.0" />
57+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="5.9.0" />
5858
<PackageReference Include="PolySharp" Version="1.15.0">
5959
<PrivateAssets>all</PrivateAssets>
6060
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)