Skip to content

Commit

Permalink
Merged PR 146375: [Csharp SDK] Add clear tag to nuget config
Browse files Browse the repository at this point in the history
[Csharp SDK] Add clear tag to nuget config

See: https://docs.opensource.microsoft.com/tools/nuget_security_analysis.html
  • Loading branch information
laurent-mic committed Feb 11, 2021
1 parent 84eb796 commit e685aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/.nuget/NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="NuGet official package source" value="https://nuget.org/api/v2/" />
</packageSources>
</configuration>

0 comments on commit e685aac

Please sign in to comment.