summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ILAsmVersion.txt2
-rw-r--r--dependencies.props10
2 files changed, 6 insertions, 6 deletions
diff --git a/ILAsmVersion.txt b/ILAsmVersion.txt
index 01871b2bce..2a778f3a62 100644
--- a/ILAsmVersion.txt
+++ b/ILAsmVersion.txt
@@ -1 +1 @@
-3.0.0-preview-27223-01
+3.0.0-preview-27223-02
diff --git a/dependencies.props b/dependencies.props
index da0d3608b9..a6bb352054 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -23,8 +23,8 @@
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
- <CoreFxCurrentRef>8088601f578f4e1d9d14aa2bdb8659ba0a84bae1</CoreFxCurrentRef>
- <CoreClrCurrentRef>8088601f578f4e1d9d14aa2bdb8659ba0a84bae1</CoreClrCurrentRef>
+ <CoreFxCurrentRef>22de4f063aa58898fc3f2d489840cd933dcd2d7c</CoreFxCurrentRef>
+ <CoreClrCurrentRef>22de4f063aa58898fc3f2d489840cd933dcd2d7c</CoreClrCurrentRef>
<BuildToolsCurrentRef>c538360fb7bf16505db9b54e4674e54deceb13de</BuildToolsCurrentRef>
<PgoDataCurrentRef>982efb931db09a52623f2021bf1dd670936d980d</PgoDataCurrentRef>
<CoreSetupCurrentRef>56b60e4ef0879b0423542f32a0b87779b4236453</CoreSetupCurrentRef>
@@ -33,10 +33,10 @@
<!-- Tests/infrastructure dependency versions. -->
<PropertyGroup>
- <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview.18622.2</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
- <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview.18622.2</MicrosoftNETCorePlatformsPackageVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview.18623.1</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
+ <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview.18623.1</MicrosoftNETCorePlatformsPackageVersion>
<PgoDataPackageVersion>99.99.99-master-20181210-0037</PgoDataPackageVersion>
- <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview-27223-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
+ <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview-27223-02</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview-27218-01</MicrosoftNETCoreAppPackageVersion>
<XunitPackageVersion>2.4.1</XunitPackageVersion>
<IbcDataPackageVersion>99.99.99-master-20181120-0045</IbcDataPackageVersion>