Remove AppVeyor workaround

https://github.com/appveyor/ci/issues/1869
This commit is contained in:
Łukasz Domeradzki 2017-10-26 23:08:04 +02:00 committed by GitHub
parent 9006b368b0
commit c53bdc69ca

View file

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <!-- As a workaround until https://github.com/appveyor/ci/issues/1869 is fixed -->
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
</packageSources>
</configuration>