Skip to content

Commit

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

0 comments on commit 155e026

Please sign in to comment.