Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Update dependencies from https://github.com/dotnet/corefx build 20191…
Browse files Browse the repository at this point in the history
…112.8 (#1651)

- System.Reflection.Emit - 5.0.0-alpha.1.19562.8
- System.Reflection.Emit.ILGeneration - 5.0.0-alpha.1.19562.8
- System.Reflection.Emit.Lightweight - 5.0.0-alpha.1.19562.8
  • Loading branch information
dotnet-maestro[bot] committed Nov 13, 2019
1 parent 97911ec commit 90b5f3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>64a027b8d8b3a8e8e214bb00da02148335e3bd92</Sha>
</Dependency>
<Dependency Name="System.Reflection.Emit" Version="5.0.0-alpha.1.19562.1">
<Dependency Name="System.Reflection.Emit" Version="5.0.0-alpha.1.19562.8">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>21278249c6b417469737b20445a0dd045cd1b16e</Sha>
<Sha>a528006b4536e5b73227285b57d2a56116532506</Sha>
</Dependency>
<Dependency Name="System.Reflection.Emit.ILGeneration" Version="5.0.0-alpha.1.19562.1">
<Dependency Name="System.Reflection.Emit.ILGeneration" Version="5.0.0-alpha.1.19562.8">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>21278249c6b417469737b20445a0dd045cd1b16e</Sha>
<Sha>a528006b4536e5b73227285b57d2a56116532506</Sha>
</Dependency>
<Dependency Name="System.Reflection.Emit.Lightweight" Version="5.0.0-alpha.1.19562.1">
<Dependency Name="System.Reflection.Emit.Lightweight" Version="5.0.0-alpha.1.19562.8">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>21278249c6b417469737b20445a0dd045cd1b16e</Sha>
<Sha>a528006b4536e5b73227285b57d2a56116532506</Sha>
</Dependency>
<PinnedDependency Name="NETStandard.Library" Version="2.0.3">
<Uri>https://github.com/dotnet/standard</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<MicrosoftDotNetCodeAnalysisPackageVersion>5.0.0-beta.19511.1</MicrosoftDotNetCodeAnalysisPackageVersion>
<MicrosoftDotNetGenAPIPackageVersion>5.0.0-beta.19511.1</MicrosoftDotNetGenAPIPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>5.0.0-beta.19511.1</MicrosoftDotNetGenFacadesPackageVersion>
<SystemReflectionEmitPackageVersion>5.0.0-alpha.1.19562.1</SystemReflectionEmitPackageVersion>
<SystemReflectionEmitILGenerationPackageVersion>5.0.0-alpha.1.19562.1</SystemReflectionEmitILGenerationPackageVersion>
<SystemReflectionEmitLightweightPackageVersion>5.0.0-alpha.1.19562.1</SystemReflectionEmitLightweightPackageVersion>
<SystemReflectionEmitPackageVersion>5.0.0-alpha.1.19562.8</SystemReflectionEmitPackageVersion>
<SystemReflectionEmitILGenerationPackageVersion>5.0.0-alpha.1.19562.8</SystemReflectionEmitILGenerationPackageVersion>
<SystemReflectionEmitLightweightPackageVersion>5.0.0-alpha.1.19562.8</SystemReflectionEmitLightweightPackageVersion>
<!-- This is the LKG stable version of NetStandard.Library from myget.org. Please don't edit this version -->
<NetStandardLibraryPackageVersion>2.0.3</NetStandardLibraryPackageVersion>
</PropertyGroup>
Expand Down

0 comments on commit 90b5f3b

Please sign in to comment.