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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWes Haggard <weshaggard@users.noreply.github.com>2017-01-07 03:53:53 +0300
committerGitHub <noreply@github.com>2017-01-07 03:53:53 +0300
commit6893cfe4467081e23b6de800994915c3e4f4cdfb (patch)
tree214205bf950ebb777f71f58113fada371d720e3c /external/dir.proj
parentee50077469142e399b76d0d1b28f4489d13137cf (diff)
Add facades to corefx.netcoreapp package. (#14945)
This produces the netstandard.dll as well as the netfx facades we need for both ref and runtime for netcoreapp.
Diffstat (limited to 'external/dir.proj')
-rw-r--r--external/dir.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/dir.proj b/external/dir.proj
index c9cb772e3a..2e51f70b75 100644
--- a/external/dir.proj
+++ b/external/dir.proj
@@ -5,6 +5,7 @@
<ItemGroup>
<Project Include="coreclr/coreclr.depproj" />
<Project Include="netstandard20/netstandard20.depproj" />
+ <Project Include="net461/net461.depproj" />
<Project Include="test-runtime/XUnit.Runtime.depproj" />
</ItemGroup>