Skip to content

Commit f5f716f

Browse files
author
Elad Zelingher
committed
Moved NuGet.config to net45
1 parent 8a8e3be commit f5f716f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

NuGet/NuGet.config renamed to src/net45/NuGet.config

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
<configuration>
33
<packageSources>
44
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
5-
<add key="CoreFx" value="https://www.myget.org/F/dotnet-core/" />
5+
<add key="corefx" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
66
</packageSources>
7-
<activePackageSource>
8-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
9-
</activePackageSource>
107
</configuration>

0 commit comments

Comments
 (0)