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 14:56:09 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-02 14:56:09 +0300
commitb62878973d7d44cfa749c5dbabfd2f656efd9aba (patch)
tree49b0c1ce124f6309c803eb99b8e9fb785cbf598c /eng
parent6f7da4ce491aa01f766d08d6cc58902b24bb3def (diff)
[netcore] Add DARC subscriptions for Microsoft.Private.CoreFx.NETCoreApp
It contains the corefx test assets.
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml4
-rw-r--r--eng/Versions.props3
2 files changed, 7 insertions, 0 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 165e2d837f3..88810d4cbd0 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
+ <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview8.19327.9">
+ <Uri>https://github.com/dotnet/corefx</Uri>
+ <Sha>b8761d4848d42040c81ec25c8b51fd386b97f5f4</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 04b66403caa..89f509ea985 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -3,5 +3,8 @@
<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<PreReleaseVersionLabel>prerelease</PreReleaseVersionLabel>
+ <!-- Package versions -->
+ <!-- corefx -->
+ <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview8.19327.9</MicrosoftPrivateCoreFxNETCoreAppVersion>
</PropertyGroup>
</Project>