Skip to content

Commit

Permalink
(cake-buildGH-3688) Update System.Collections.Immutable to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Nov 8, 2021
1 parent 8ddb84c commit 273eec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cake/Cake.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!-- Global packages -->
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.0.0-6.final" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
<PackageReference Include="System.Collections.Immutable" Version="6.0.0" />
<PackageReference Include="System.Reflection.Metadata" Version="5.0.0" />
<PackageReference Include="Autofac" Version="6.3.0" />
</ItemGroup>
Expand Down

0 comments on commit 273eec9

Please sign in to comment.