diff options
author | crupest <crupest@outlook.com> | 2022-12-03 19:17:50 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-03 19:20:04 +0800 |
commit | 5239049afe90d2ef926c1e1b917172b5f44b52fc (patch) | |
tree | ea212efd7a297b7ddc42fbabc9c830e839c16475 /BackEnd/Nuget.Config | |
parent | 27246baabce5a4c6e5145b16d0eac205e4f092df (diff) | |
download | timeline-5239049afe90d2ef926c1e1b917172b5f44b52fc.tar.gz timeline-5239049afe90d2ef926c1e1b917172b5f44b52fc.tar.bz2 timeline-5239049afe90d2ef926c1e1b917172b5f44b52fc.zip |
Fix upgrade dotnet to v7.
Diffstat (limited to 'BackEnd/Nuget.Config')
-rw-r--r-- | BackEnd/Nuget.Config | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/BackEnd/Nuget.Config b/BackEnd/Nuget.Config deleted file mode 100644 index e219de2b..00000000 --- a/BackEnd/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" protocolVersion="3" />
- </packageSources>
-</configuration>
|