File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
3- <packageSources >
4- <clear />
5- <add key =" nuget" value =" https://api.nuget.org/v3/index.json" />
6- <add key =" github" value =" https://nuget.pkg.github.com/egil/index.json" />
7- </packageSources >
8- <packageSourceCredentials >
9- <github >
10- <add key =" Username" value =" egil" />
11- <add key =" ClearTextPassword" value =" 1a419fdf4dba34c3ee2b659c9e5fa41a25273e09" />
12- </github >
13- </packageSourceCredentials >
3+ <packageSources >
4+ <add key =" github" value =" https://nuget.pkg.github.com/egil/index.json" />
5+ <add key =" NuGet official package source" value =" https://api.nuget.org/v3/index.json" />
6+ </packageSources >
7+ <packageSourceCredentials >
8+ <github >
9+ <add key =" Username" value =" egil" />
10+ <add key =" ClearTextPassword" value =" 1a419fdf4dba34c3ee2b659c9e5fa41a25273e09" />
11+ </github >
12+ </packageSourceCredentials >
1413</configuration >
You can’t perform that action at this time.
0 commit comments