diff options
author | crupest <crupest@outlook.com> | 2020-06-02 15:41:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-02 15:41:25 +0800 |
commit | 459021ab54eacbf69a682eea2cbf9c848af2839d (patch) | |
tree | 448c8fae229ea1ae2b09db2281993207fb190450 /nuget.config | |
parent | 447184ca4ae3f691c0b7007cbb1f002862f12566 (diff) | |
download | timeline-459021ab54eacbf69a682eea2cbf9c848af2839d.tar.gz timeline-459021ab54eacbf69a682eea2cbf9c848af2839d.tar.bz2 timeline-459021ab54eacbf69a682eea2cbf9c848af2839d.zip |
Add Github Actions.
Diffstat (limited to 'nuget.config')
-rw-r--r-- | nuget.config | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nuget.config b/nuget.config deleted file mode 100644 index 9b715cbd..00000000 --- a/nuget.config +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <packageSources>
- <clear />
- <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
- </packageSources>
-</configuration>
|