Skip to content

Commit

Permalink
Update System.Reflection.Metadata to 5.0.0 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti authored Dec 12, 2020
1 parent a793c66 commit af242c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="System.Reflection.Metadata" Version="1.8.1" />
<PackageReference Include="System.Reflection.Metadata" Version="5.0.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="System.Reflection.Metadata" Version="1.8.1" />
<PackageReference Include="System.Reflection.Metadata" Version="5.0.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="[12.0.3, 13.0.0)" />
<PackageReference Include="System.Reflection.Metadata" Version="[1.8.1, 2.0.0)" />
<PackageReference Include="System.Reflection.Metadata" Version="[1.8.1, 6.0.0)" />
<PackageReference Include="System.ValueTuple" Version="[4.5.0, 5.0.0)" />
</ItemGroup>

Expand Down

0 comments on commit af242c6

Please sign in to comment.