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

Commit cfe95a2

Browse files
Update dependencies from https://github.com/dotnet/corefx build 20191113.6 (#1652)
- System.Reflection.Emit - 5.0.0-alpha.1.19563.6 - System.Reflection.Emit.ILGeneration - 5.0.0-alpha.1.19563.6 - System.Reflection.Emit.Lightweight - 5.0.0-alpha.1.19563.6
1 parent 90b5f3b commit cfe95a2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Version.Details.xml

+6-6
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.8">
30+
<Dependency Name="System.Reflection.Emit" Version="5.0.0-alpha.1.19563.6">
3131
<Uri>https://github.com/dotnet/corefx</Uri>
32-
<Sha>a528006b4536e5b73227285b57d2a56116532506</Sha>
32+
<Sha>5cee7c97d602f294e27c582d4dab81ec388f1d7b</Sha>
3333
</Dependency>
34-
<Dependency Name="System.Reflection.Emit.ILGeneration" Version="5.0.0-alpha.1.19562.8">
34+
<Dependency Name="System.Reflection.Emit.ILGeneration" Version="5.0.0-alpha.1.19563.6">
3535
<Uri>https://github.com/dotnet/corefx</Uri>
36-
<Sha>a528006b4536e5b73227285b57d2a56116532506</Sha>
36+
<Sha>5cee7c97d602f294e27c582d4dab81ec388f1d7b</Sha>
3737
</Dependency>
38-
<Dependency Name="System.Reflection.Emit.Lightweight" Version="5.0.0-alpha.1.19562.8">
38+
<Dependency Name="System.Reflection.Emit.Lightweight" Version="5.0.0-alpha.1.19563.6">
3939
<Uri>https://github.com/dotnet/corefx</Uri>
40-
<Sha>a528006b4536e5b73227285b57d2a56116532506</Sha>
40+
<Sha>5cee7c97d602f294e27c582d4dab81ec388f1d7b</Sha>
4141
</Dependency>
4242
<PinnedDependency Name="NETStandard.Library" Version="2.0.3">
4343
<Uri>https://github.com/dotnet/standard</Uri>

eng/Versions.props

+3-3
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.8</SystemReflectionEmitPackageVersion>
27-
<SystemReflectionEmitILGenerationPackageVersion>5.0.0-alpha.1.19562.8</SystemReflectionEmitILGenerationPackageVersion>
28-
<SystemReflectionEmitLightweightPackageVersion>5.0.0-alpha.1.19562.8</SystemReflectionEmitLightweightPackageVersion>
26+
<SystemReflectionEmitPackageVersion>5.0.0-alpha.1.19563.6</SystemReflectionEmitPackageVersion>
27+
<SystemReflectionEmitILGenerationPackageVersion>5.0.0-alpha.1.19563.6</SystemReflectionEmitILGenerationPackageVersion>
28+
<SystemReflectionEmitLightweightPackageVersion>5.0.0-alpha.1.19563.6</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)