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:
authorMatt Mitchell <mmitche@microsoft.com>2017-02-16 23:47:52 +0300
committerGitHub <noreply@github.com>2017-02-16 23:47:52 +0300
commit68dc4d14b2de70b64deac652e8cc1c08a2f1541e (patch)
treeb6389f3026ba5152a2af95536350d0f00762d482 /dir.props
parentf24d386871671acea72ccd17199ac051aa8b788f (diff)
Revert "Pointing to V2 myget feed since there is an ongoing problem with their V3 feed"
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/dir.props b/dir.props
index 32561e9fc2..a5c2abc14a 100644
--- a/dir.props
+++ b/dir.props
@@ -84,8 +84,8 @@
<DnuSourceList Condition="'$(BuildTestsAgainstPackages)' == 'true'" Include="$(PackagesDrops)" />
<!-- Need to escape double forward slash (%2F) or MSBuild will normalize to one slash on Unix. -->
<!-- Including buildtools to pull in TestSuite packages and repackaged xunit dependencies-->
- <DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-buildtools/" />
- <DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-core/" />
+ <DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
+ <DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<DnuSourceList Include="https:%2F%2Fapi.nuget.org/v3/index.json" />
</ItemGroup>