diff options
| author | 杨宇千 <crupest@outlook.com> | 2019-08-19 00:01:09 +0800 |
|---|---|---|
| committer | 杨宇千 <crupest@outlook.com> | 2019-08-19 00:01:09 +0800 |
| commit | e5f5be69f854565d4f58d996cbf4347fa0eae0ff (patch) | |
| tree | b108cae68db2040b14d576d3813ab4711777fbad /nuget.config | |
| parent | bc832053bdad644a0a86ded0173f3f47c0159018 (diff) | |
| download | timeline-e5f5be69f854565d4f58d996cbf4347fa0eae0ff.tar.gz timeline-e5f5be69f854565d4f58d996cbf4347fa0eae0ff.tar.bz2 timeline-e5f5be69f854565d4f58d996cbf4347fa0eae0ff.zip | |
Add validator.
Diffstat (limited to 'nuget.config')
| -rw-r--r-- | nuget.config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nuget.config b/nuget.config index 22519a86..e1fc7cfe 100644 --- a/nuget.config +++ b/nuget.config @@ -1,8 +1,9 @@ -<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
- <clear/>
- <add key="nuget.org" value="https://api.nuget.org/v3/index.json"/>
+ <clear />
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="aspnetcore-dev" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
+ <add key="imagesharp-dev" value="https://www.myget.org/F/sixlabors/api/v3/index.json" />
</packageSources>
</configuration>
|
