summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-09-06 00:06:31 +0000
committerGitHub <noreply@github.com>2019-09-06 00:06:31 +0000
commit4b19efd00f93a5eacfa68bb848cf2626578f82d8 (patch)
tree0a4a980ba193c85cde07c0840229ddd381bdba93 /eng
parentd6bd61111e49e7975345ccf2ef2ab6596603be3b (diff)
downloadcoreclr-4b19efd00f93a5eacfa68bb848cf2626578f82d8.tar.gz
coreclr-4b19efd00f93a5eacfa68bb848cf2626578f82d8.tar.bz2
coreclr-4b19efd00f93a5eacfa68bb848cf2626578f82d8.zip
Update dependencies from https://github.com/dotnet/core-setup build 20190904.16 (#26532)
- Microsoft.NETCore.App - 3.1.0-preview1.19454.16
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 3b54cc31de..17479f1868 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -26,9 +26,9 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>961b953eb77922d3906506ee15a58068abfa3284</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview9-19419-06">
+ <Dependency Name="Microsoft.NETCore.App" Version="3.1.0-preview1.19454.16">
<Uri>https://github.com/dotnet/core-setup</Uri>
- <Sha>5b508e86c9ce66af8b41bbc1f3b756e7724bcaa0</Sha>
+ <Sha>93e1324ce55c1bbd01206eff6bd659bdf34f8fe1</Sha>
</Dependency>
<Dependency Name="optimization.IBC.CoreCLR" Version="99.99.99-master-20190807.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 8bdf8620c9..817615a218 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -25,7 +25,7 @@
<MicrosoftNETCorePlatformsVersion>3.0.0-preview9.19419.5</MicrosoftNETCorePlatformsVersion>
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19326.2</MicrosoftBclAsyncInterfacesVersion>
<!-- core-setup -->
- <MicrosoftNETCoreAppVersion>3.0.0-preview9-19419-06</MicrosoftNETCoreAppVersion>
+ <MicrosoftNETCoreAppVersion>3.1.0-preview1.19454.16</MicrosoftNETCoreAppVersion>
<!-- dotnet-core-internal-tooling -->
<IbcMergePackageVersion>5.0.6-beta.19203.1</IbcMergePackageVersion>
<!-- dotnet-optimization -->