Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-07-15 18:14:49 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-15 18:14:49 +0300
commit157728ce0dba7d84ee1ba19addd8f2362ac63a1d (patch)
tree7a92dd9eb70521409ebb3bcc782172f85bad3b10 /eng
parent73128453daff8966f1c8eeacb734579971b02218 (diff)
[master] Update dependencies from dotnet/corefx (#15689)
* Update dependencies from https://github.com/dotnet/corefx build 20190714.1 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview8.19364.1 * Update dependencies from https://github.com/dotnet/arcade build 20190703.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19353.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19353.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/corefx build 20190703.3 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview8.19353.3 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml12
-rw-r--r--eng/Versions.props2
2 files changed, 7 insertions, 7 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 664a224ca0f..7cc0623ce24 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
- <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview8.19353.6">
+ <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview8.19353.3">
<Uri>https://github.com/dotnet/corefx</Uri>
- <Sha>b00b4a5110c209b522fc711e48cd5243b3fb34ec</Sha>
+ <Sha>a9594f72540034902e2bcb2a5187fcdba584cf36</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview8-27903-08">
<Uri>https://github.com/dotnet/core-setup</Uri>
@@ -11,13 +11,13 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
- <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19353.19">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19353.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>733f8297b68dd824044a77d955e62305b9dc43d5</Sha>
+ <Sha>a301900ead1e87a7feb29e55e14321fb85e57280</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19353.19">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19353.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>733f8297b68dd824044a77d955e62305b9dc43d5</Sha>
+ <Sha>a301900ead1e87a7feb29e55e14321fb85e57280</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/eng/Versions.props b/eng/Versions.props
index 5f87491a3a5..bf603032957 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -5,7 +5,7 @@
<PreReleaseVersionLabel>prerelease</PreReleaseVersionLabel>
<!-- Package versions -->
<!-- corefx -->
- <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview8.19353.6</MicrosoftPrivateCoreFxNETCoreAppVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview8.19353.3</MicrosoftPrivateCoreFxNETCoreAppVersion>
<!-- core-setup -->
<MicrosoftNETCoreAppVersion>3.0.0-preview8-27903-08</MicrosoftNETCoreAppVersion>
</PropertyGroup>