Skip to content

Instantly share code, notes, and snippets.

View veyselozdemir's full-sized avatar

Veysel Ozdemir veyselozdemir

  • Thought Machine
  • London
View GitHub Profile
@veyselozdemir
veyselozdemir / Nuget-OfficialOnly.config
Created February 14, 2020 10:58
Bypass private nuget feed
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>