Skip to content

Instantly share code, notes, and snippets.

@Mailaender
Created June 8, 2020 17:25
Show Gist options
  • Save Mailaender/512d291cafef47ed0bab4e91502ee314 to your computer and use it in GitHub Desktop.
Save Mailaender/512d291cafef47ed0bab4e91502ee314 to your computer and use it in GitHub Desktop.
MonoDevelop 7.8.4.1
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Nuget Official" value="https://api.nuget.org/v3/index.json" />
<add key="Roslyn Nightlies" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
<add key="Roslyn VSForMac" value="https://dotnet.myget.org/F/roslyn-for-vs-for-mac/api/v3/index.json" />
<add key="VS Editor" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" />
<add key="VS Editor Impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
<add key="VS Editor Legacy" value="https://www.myget.org/F/vs-editor/api/v3/index.json" />
<add key="NuGetizer3000" value="https://ci.appveyor.com/nuget/nugetizer3000" />
<add key="VSTest" value="https://dotnet.myget.org/F/vstest/" />
<add key="Templating" value="https://dotnet.myget.org/F/templating/" />
<add key="Azure AppService" value="https://www.myget.org/F/azure-appservice/api/v3/index.json" />
<add key="MSBuild" value="https://dotnet.myget.org/F/msbuild/api/v3/index.json" />
<add key="nuget-build" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
</packageSources>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment