Skip to content

Commit

Permalink
Update System.Collections.Immutable in the status generator
Browse files Browse the repository at this point in the history
Fixes an argument exception caused by newer MSBuild installations.
  • Loading branch information
sharwell committed Jul 1, 2021
1 parent 82c2d90 commit 032b0f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Collections.Immutable" Version="1.7.1" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.2.6" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.7.0" />
Expand Down

0 comments on commit 032b0f6

Please sign in to comment.