Skip to content

Commit

Permalink
Revert "- adds clear instruction on pacakge feed for compliance"
Browse files Browse the repository at this point in the history
This reverts commit f7175a4.
  • Loading branch information
baywet committed Oct 26, 2021
1 parent 0068aac commit 1422334
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions authentication/dotnet/azure/nuget.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="GitHub" value="https://nuget.pkg.github.com/microsoft/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<packageSourceCredentials>
<GitHub>
Expand Down
2 changes: 0 additions & 2 deletions http/dotnet/httpclient/nuget.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="GitHub" value="https://nuget.pkg.github.com/microsoft/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<packageSourceCredentials>
<GitHub>
Expand Down
2 changes: 0 additions & 2 deletions serialization/dotnet/json/nuget.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="GitHub" value="https://nuget.pkg.github.com/microsoft/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<packageSourceCredentials>
<GitHub>
Expand Down

0 comments on commit 1422334

Please sign in to comment.