Skip to content

Commit

Permalink
(GH-4058) Update System.Collections.Immutable to 7.0.0
Browse files Browse the repository at this point in the history
* fixes #4058
  • Loading branch information
devlead committed Nov 7, 2022
1 parent 1607f1e commit 53f72f7
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.4.0-4.final" />
<PackageReference Include="System.Collections.Immutable" Version="7.0.0-rc.2.22472.3" />
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
<PackageReference Include="System.Reflection.Metadata" Version="7.0.0-rc.2.22472.3 " />
<PackageReference Include="Autofac" Version="6.4.0" />
<PackageReference Include="Basic.Reference.Assemblies.Net70" Version="1.4.1" Condition="'$(TargetFramework)' == 'net7.0'" />
Expand Down

0 comments on commit 53f72f7

Please sign in to comment.