Skip to content

Commit

Permalink
Bump System.Reflection.Metadata from 1.0.21 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [System.Reflection.Metadata](https://github.com/dotnet/corefx) from 1.0.21 to 1.6.0.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and JayBazuzi committed Jul 13, 2019
1 parent ad1f8e1 commit b89024d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AsyncVoidAnalyzer.Test/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<package id="Microsoft.CodeAnalysis.Workspaces.Common" version="1.0.0" targetFramework="net452" />
<package id="Microsoft.Composition" version="1.0.27" targetFramework="net452" />
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net452" />
<package id="System.Reflection.Metadata" version="1.0.21" targetFramework="net452" />
<package id="System.Reflection.Metadata" version="1.6.0" targetFramework="net452" />
</packages>
2 changes: 1 addition & 1 deletion AsyncVoidAnalyzer/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
<package id="Microsoft.Composition" version="1.0.27" targetFramework="portable45-net45+win8" />
<package id="NuGet.CommandLine" version="2.8.5" targetFramework="portable45-net45+win8" />
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="portable45-net45+win8" />
<package id="System.Reflection.Metadata" version="1.0.21" targetFramework="portable45-net45+win8" />
<package id="System.Reflection.Metadata" version="1.6.0" targetFramework="portable45-net45+win8" />
</packages>

0 comments on commit b89024d

Please sign in to comment.