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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil <schellap@microsoft.com>2016-02-08 22:45:15 +0300
committerSenthil <schellap@microsoft.com>2016-02-17 23:03:06 +0300
commitbbc917976b466f5133ffbb0950847ea41687a1bf (patch)
tree129f50ae476f61d3d78d518aecdb2681ee1670ba /dir.props
parente324b04a00c947527cd03a3f326730fded08d8a1 (diff)
Add System.CommandLine and Use Response Files
-- Explicit FileStream async false and dispose -- Make VS dev flow compatible
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/dir.props b/dir.props
index 1909f57fd..e9610e25b 100644
--- a/dir.props
+++ b/dir.props
@@ -141,6 +141,7 @@
<ItemGroup>
<!-- Need to escape double forward slash (%2F) or MSBuild will normalize to one slash on Unix. -->
<DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-core/" />
+ <DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-corefxlab/" />
<DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-corefxtestdata/" />
<DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-buildtools/" />
<DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-corert/" />