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:
authorWes Haggard <weshaggard@users.noreply.github.com>2016-06-03 04:38:39 +0300
committerMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2016-06-03 04:38:39 +0300
commit3f692ad0a0ba82d4686eaf70110e9e85e1ed4bef (patch)
tree7b48b4d26cc395086b7f5117baec292687c0c705 /dir.props
parentae372a8c98274e823c6996788d9773889510ca2d (diff)
Change to nuget v3 apis for feeds (#1359)
Change to nuget v3 apis for feeds
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props6
1 files changed, 3 insertions, 3 deletions
diff --git a/dir.props b/dir.props
index 28434e57e..c3c0beeed 100644
--- a/dir.props
+++ b/dir.props
@@ -121,9 +121,9 @@
<!-- list of nuget package sources passed to dnu -->
<ItemGroup Condition="'$(ExcludeInternetFeeds)' != 'true'">
<!-- 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-corert/" />
+ <DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-core/api/v3/index.json" />
+ <DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" />
+ <DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-corert/api/v3/index.json" />
<DnuSourceList Include="https:%2F%2Fapi.nuget.org/v3/index.json" />
</ItemGroup>