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-06 00:21:58 +0300
committerSenthil <schellap@microsoft.com>2016-02-06 07:09:15 +0300
commit4dd5765ff2aa43227b52286ce8560299ecb06923 (patch)
tree35432adfb36601655d73fcdf4eff27b39d3a5d41 /dir.props
parent068d57c68a047202d139dcd3e7152b116ba2302d (diff)
Feed changes to dotnet.myget
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props10
1 files changed, 5 insertions, 5 deletions
diff --git a/dir.props b/dir.props
index 958c1d1ff..e736d8777 100644
--- a/dir.props
+++ b/dir.props
@@ -118,7 +118,7 @@
<!-- list of nuget package sources passed to nuget.exe -->
<ItemGroup>
- <NuGetSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet-buildtools" />
+ <NuGetSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-buildtools" />
<NuGetSourceList Include="https:%2F%2Fwww.nuget.org/api/v2" />
</ItemGroup>
@@ -140,10 +140,10 @@
<!-- list of nuget package sources passed to dnu -->
<ItemGroup>
<!-- Need to escape double forward slash (%2F) or MSBuild will normalize to one slash on Unix. -->
- <DnuSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet-core/" />
- <DnuSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet-corefxtestdata/" />
- <DnuSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet-buildtools/" />
- <DnuSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet/" />
+ <DnuSourceList Include="https:%2F%2Fdotnet.myget.org/F/dotnet-core/" />
+ <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/" />
<DnuSourceList Include="https:%2F%2Fwww.nuget.org/api/v2/" />
</ItemGroup>