summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-09-09 10:11:25 -0700
committerAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2019-09-09 10:11:25 -0700
commit242b290169bf0af7f2b1f51273adbec17a180130 (patch)
tree1b4d051c9c10b7122c73fc8bfa83a8c05f06f2bb /eng
parent4b19efd00f93a5eacfa68bb848cf2626578f82d8 (diff)
downloadcoreclr-242b290169bf0af7f2b1f51273adbec17a180130.tar.gz
coreclr-242b290169bf0af7f2b1f51273adbec17a180130.tar.bz2
coreclr-242b290169bf0af7f2b1f51273adbec17a180130.zip
[release/3.1] Update dependencies from dotnet/core-setup (#26565)
* Update dependencies from https://github.com/dotnet/core-setup build 20190905.31 - Microsoft.NETCore.App - 3.1.0-preview1.19455.31 * Update dependencies from https://github.com/dotnet/core-setup build 20190907.3 - Microsoft.NETCore.App - 3.1.0-preview1.19457.3 * Update dependencies from https://github.com/dotnet/core-setup build 20190907.10 - Microsoft.NETCore.App - 3.1.0-preview1.19457.10 * Update dependencies from https://github.com/dotnet/core-setup build 20190908.7 - Microsoft.NETCore.App - 3.1.0-preview1.19458.7
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 17479f1868..ea3d268fcc 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.1.0-preview1.19454.16">
+ <Dependency Name="Microsoft.NETCore.App" Version="3.1.0-preview1.19458.7">
<Uri>https://github.com/dotnet/core-setup</Uri>
- <Sha>93e1324ce55c1bbd01206eff6bd659bdf34f8fe1</Sha>
+ <Sha>604ef7a61aea16bc63a402dfcb2bbe5e6b7c5971</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 817615a218..9e3fcdd7bf 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.1.0-preview1.19454.16</MicrosoftNETCoreAppVersion>
+ <MicrosoftNETCoreAppVersion>3.1.0-preview1.19458.7</MicrosoftNETCoreAppVersion>
<!-- dotnet-core-internal-tooling -->
<IbcMergePackageVersion>5.0.6-beta.19203.1</IbcMergePackageVersion>
<!-- dotnet-optimization -->