summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-04-10 12:38:40 -0400
committerStephen Toub <stoub@microsoft.com>2019-04-10 12:38:40 -0400
commitf63bb80464e5432fc3250375bc38830d82c531ce (patch)
tree0ba9897b5e2756001a828bccce145fea6cb85cf0 /eng
parente4cd6ca208879e9deb0b38a6cae1f9f95eba02a7 (diff)
downloadcoreclr-f63bb80464e5432fc3250375bc38830d82c531ce.tar.gz
coreclr-f63bb80464e5432fc3250375bc38830d82c531ce.tar.bz2
coreclr-f63bb80464e5432fc3250375bc38830d82c531ce.zip
Update dependencies from https://github.com/dotnet/core-setup build 20190409.17 (#23865)
- Microsoft.NETCore.App - 3.0.0-preview5-27609-17
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml4
-rw-r--r--eng/Versions.props2
2 files changed, 3 insertions, 3 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index e123af5458..1ca9752957 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -19,9 +19,9 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>87fdc75beacc76e02c8e572ae3b0613b418200eb</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27608-16">
+ <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27609-17">
<Uri>https://github.com/dotnet/core-setup</Uri>
- <Sha>59c193bd93deafba5926cb827872b80338aca7c0</Sha>
+ <Sha>9e195d41f604e38fb227eaed017c9292c884149c</Sha>
</Dependency>
<Dependency Name="optimization.IBC.CoreCLR" Version="99.99.99-master-20190313.3">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 65cb6bb303..098b045fd5 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -11,7 +11,7 @@
<MicrosoftNetFrameworkReferenceAssembliesVersion>1.0.0-alpha-004</MicrosoftNetFrameworkReferenceAssembliesVersion>
<MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview5.19208.1</MicrosoftPrivateCoreFxNETCoreAppVersion>
<MicrosoftNETCorePlatformsVersion>3.0.0-preview5.19208.1</MicrosoftNETCorePlatformsVersion>
- <MicrosoftNETCoreAppVersion>3.0.0-preview5-27608-16</MicrosoftNETCoreAppVersion>
+ <MicrosoftNETCoreAppVersion>3.0.0-preview5-27609-17</MicrosoftNETCoreAppVersion>
<optimizationIBCCoreCLRVersion>99.99.99-master-20190313.3</optimizationIBCCoreCLRVersion>
<optimizationPGOCoreCLRVersion>99.99.99-master-20190313.3</optimizationPGOCoreCLRVersion>
</PropertyGroup>