Skip to content

Commit 032b0f6

Browse files
committed
Update System.Collections.Immutable in the status generator
Fixes an argument exception caused by newer MSBuild installations.
1 parent 82c2d90 commit 032b0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="System.Collections.Immutable" Version="1.7.1" />
22+
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
2323
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
2424
<PackageReference Include="Microsoft.Build.Locator" Version="1.2.6" />
2525
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.7.0" />

0 commit comments

Comments
 (0)