summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>2019-01-08 13:00:27 -0800
committerWilliam Godbe <wigodbe@microsoft.com>2019-01-08 13:00:27 -0800
commit937fa6ca4323f7ea6a8eb7a9aaf1667ea48a5a21 (patch)
tree662e0b6ae04ce0e3e18b2e9eb98a36885444298b /dependencies.props
parent9037c3d8e224b5121bc103383d20b67be846a14a (diff)
downloadcoreclr-937fa6ca4323f7ea6a8eb7a9aaf1667ea48a5a21.tar.gz
coreclr-937fa6ca4323f7ea6a8eb7a9aaf1667ea48a5a21.tar.bz2
coreclr-937fa6ca4323f7ea6a8eb7a9aaf1667ea48a5a21.zip
Update CoreClr, CoreFx to preview-27308-03, preview.19058.1, respectively (#21877)
Diffstat (limited to 'dependencies.props')
-rw-r--r--dependencies.props10
1 files changed, 5 insertions, 5 deletions
diff --git a/dependencies.props b/dependencies.props
index 29fc2601af..4e09aa0060 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>5d23b39d83ea462fdf749edfb5198c64b8fb9324</CoreFxCurrentRef>
- <CoreClrCurrentRef>5d23b39d83ea462fdf749edfb5198c64b8fb9324</CoreClrCurrentRef>
+ <CoreFxCurrentRef>29a31e91e203ea1986c4779d50ca5a9da347afee</CoreFxCurrentRef>
+ <CoreClrCurrentRef>29a31e91e203ea1986c4779d50ca5a9da347afee</CoreClrCurrentRef>
<BuildToolsCurrentRef>70dac702228f21ca63c6c226fe782db17610a47a</BuildToolsCurrentRef>
<PgoDataCurrentRef>5d23b39d83ea462fdf749edfb5198c64b8fb9324</PgoDataCurrentRef>
<CoreSetupCurrentRef>56b60e4ef0879b0423542f32a0b87779b4236453</CoreSetupCurrentRef>
@@ -33,10 +33,10 @@
<!-- Tests/infrastructure dependency versions. -->
<PropertyGroup>
- <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview.19057.3</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
- <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview.19057.3</MicrosoftNETCorePlatformsPackageVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview.19058.1</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
+ <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview.19058.1</MicrosoftNETCorePlatformsPackageVersion>
<PgoDataPackageVersion>99.99.99-master-20190108-0040</PgoDataPackageVersion>
- <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview-27308-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
+ <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview-27308-03</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview-27218-01</MicrosoftNETCoreAppPackageVersion>
<XunitPackageVersion>2.4.1</XunitPackageVersion>
<IbcDataPackageVersion>99.99.99-master-20181120-0045</IbcDataPackageVersion>