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

Commit 90b5f3b

Browse files
Update dependencies from https://github.com/dotnet/corefx build 20191112.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
1 parent 97911ec commit 90b5f3b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
<Uri>https://github.com/dotnet/arcade</Uri>
2828
<Sha>64a027b8d8b3a8e8e214bb00da02148335e3bd92</Sha>
2929
</Dependency>
30-
<Dependency Name="System.Reflection.Emit" Version="5.0.0-alpha.1.19562.1">
30+
<Dependency Name="System.Reflection.Emit" Version="5.0.0-alpha.1.19562.8">
3131
<Uri>https://github.com/dotnet/corefx</Uri>
32-
<Sha>21278249c6b417469737b20445a0dd045cd1b16e</Sha>
32+
<Sha>a528006b4536e5b73227285b57d2a56116532506</Sha>
3333
</Dependency>
34-
<Dependency Name="System.Reflection.Emit.ILGeneration" Version="5.0.0-alpha.1.19562.1">
34+
<Dependency Name="System.Reflection.Emit.ILGeneration" Version="5.0.0-alpha.1.19562.8">
3535
<Uri>https://github.com/dotnet/corefx</Uri>
36-
<Sha>21278249c6b417469737b20445a0dd045cd1b16e</Sha>
36+
<Sha>a528006b4536e5b73227285b57d2a56116532506</Sha>
3737
</Dependency>
38-
<Dependency Name="System.Reflection.Emit.Lightweight" Version="5.0.0-alpha.1.19562.1">
38+
<Dependency Name="System.Reflection.Emit.Lightweight" Version="5.0.0-alpha.1.19562.8">
3939
<Uri>https://github.com/dotnet/corefx</Uri>
40-
<Sha>21278249c6b417469737b20445a0dd045cd1b16e</Sha>
40+
<Sha>a528006b4536e5b73227285b57d2a56116532506</Sha>
4141
</Dependency>
4242
<PinnedDependency Name="NETStandard.Library" Version="2.0.3">
4343
<Uri>https://github.com/dotnet/standard</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<MicrosoftDotNetCodeAnalysisPackageVersion>5.0.0-beta.19511.1</MicrosoftDotNetCodeAnalysisPackageVersion>
2424
<MicrosoftDotNetGenAPIPackageVersion>5.0.0-beta.19511.1</MicrosoftDotNetGenAPIPackageVersion>
2525
<MicrosoftDotNetGenFacadesPackageVersion>5.0.0-beta.19511.1</MicrosoftDotNetGenFacadesPackageVersion>
26-
<SystemReflectionEmitPackageVersion>5.0.0-alpha.1.19562.1</SystemReflectionEmitPackageVersion>
27-
<SystemReflectionEmitILGenerationPackageVersion>5.0.0-alpha.1.19562.1</SystemReflectionEmitILGenerationPackageVersion>
28-
<SystemReflectionEmitLightweightPackageVersion>5.0.0-alpha.1.19562.1</SystemReflectionEmitLightweightPackageVersion>
26+
<SystemReflectionEmitPackageVersion>5.0.0-alpha.1.19562.8</SystemReflectionEmitPackageVersion>
27+
<SystemReflectionEmitILGenerationPackageVersion>5.0.0-alpha.1.19562.8</SystemReflectionEmitILGenerationPackageVersion>
28+
<SystemReflectionEmitLightweightPackageVersion>5.0.0-alpha.1.19562.8</SystemReflectionEmitLightweightPackageVersion>
2929
<!-- This is the LKG stable version of NetStandard.Library from myget.org. Please don't edit this version -->
3030
<NetStandardLibraryPackageVersion>2.0.3</NetStandardLibraryPackageVersion>
3131
</PropertyGroup>

0 commit comments

Comments
 (0)