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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-02 15:17:12 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-02 16:11:32 +0300
commite843b5209869b2d39c93b76f49066faa0abedce5 (patch)
tree0a6449e7ca9439a4de887f6455bb317fc72ed8b6 /eng
parent5fee1d3eea11ddae2f2b3a92bfb03cea7b47c091 (diff)
[netcore] Add DARC subscriptions for Microsoft.NETCore.App
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml4
-rw-r--r--eng/Versions.props2
2 files changed, 6 insertions, 0 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 88810d4cbd0..d7d359eae82 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -5,6 +5,10 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>b8761d4848d42040c81ec25c8b51fd386b97f5f4</Sha>
</Dependency>
+ <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27826-03">
+ <Uri>https://github.com/dotnet/core-setup</Uri>
+ <Sha>e1d780539e85f4d8de263957715f9d08db2ceef4</Sha>
+ </Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19330.1">
diff --git a/eng/Versions.props b/eng/Versions.props
index 89f509ea985..15cf4ce935a 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -6,5 +6,7 @@
<!-- Package versions -->
<!-- corefx -->
<MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview8.19327.9</MicrosoftPrivateCoreFxNETCoreAppVersion>
+ <!-- core-setup -->
+ <MicrosoftNETCoreAppVersion>3.0.0-preview7-27826-04</MicrosoftNETCoreAppVersion>
</PropertyGroup>
</Project>