diff options
author | crupest <crupest@outlook.com> | 2019-02-09 14:05:28 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-09 14:05:28 +0800 |
commit | 22dde92839dbcd173bf1734b2cd3c1de9f8630f0 (patch) | |
tree | 5051d0d9839dff2d1ad8655c73c19b5d9940356c | |
parent | c768d6e3d303ba303a5eff0740ae8a7137ac5d9a (diff) | |
download | timeline-22dde92839dbcd173bf1734b2cd3c1de9f8630f0.tar.gz timeline-22dde92839dbcd173bf1734b2cd3c1de9f8630f0.tar.bz2 timeline-22dde92839dbcd173bf1734b2cd3c1de9f8630f0.zip |
...
-rw-r--r-- | nuget.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nuget.config b/nuget.config index d957f8c0..d4244526 100644 --- a/nuget.config +++ b/nuget.config @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" ?> <configuration> <packageSources> - <add Key="nuget" value="https://api.nuget.org/v3/index.json" /> + <add key="nuget" value="https://api.nuget.org/v3/index.json" /> <add key="aspnetcore-dev" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" /> </packageSources> </configuration> |