|
|
@@ -6,10 +6,10 @@
|
|
|
<clear />
|
|
|
<add key="moeathome" value="https://www.myget.org/F/moeathome-public/api/v3/index.json" />
|
|
|
<add key="orleans-ci" value="https://dotnet.myget.org/F/orleans-ci/api/v3/index.json" />
|
|
|
- <add key="corefxlab" value="https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json"/>
|
|
|
+ <add key="corefxlab" value="https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" />
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
|
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
|
|
- <add key="imageSharp" value="https://www.myget.org/F/imagesharp/api/v3/index.json"/>
|
|
|
+ <add key="imageSharp" value="https://www.myget.org/F/imagesharp/api/v3/index.json" />
|
|
|
</packageSources>
|
|
|
<config>
|
|
|
<add key="repositoryPath" value="..\packages" />
|
|
|
@@ -17,6 +17,6 @@
|
|
|
<packageRestore>
|
|
|
<!-- Automated package restore in VS does not work at this time with
|
|
|
this project and it causes build failures in VS. Disable it. -->
|
|
|
- <add key="automatic" value="false" />
|
|
|
+ <add key="automatic" value="False" />
|
|
|
</packageRestore>
|
|
|
</configuration>
|