From a426b3191a4d412ac6ade23bc733a7aee35d58d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Mon, 9 Aug 2021 12:38:16 +0800 Subject: [PATCH] example --- FastGithub/FastGithub.csproj | 7 +++++-- ...psettings.pixiv.json => appsettings.pixiv.json.example} | 0 ...s.wikipedia.json => appsettings.wikipedia.json.example} | 0 3 files changed, 5 insertions(+), 2 deletions(-) rename FastGithub/{appsettings.pixiv.json => appsettings.pixiv.json.example} (100%) rename FastGithub/{appsettings.wikipedia.json => appsettings.wikipedia.json.example} (100%) diff --git a/FastGithub/FastGithub.csproj b/FastGithub/FastGithub.csproj index 0ce188b..4727e7f 100644 --- a/FastGithub/FastGithub.csproj +++ b/FastGithub/FastGithub.csproj @@ -27,15 +27,18 @@ - + PreserveNewest + + Never + PreserveNewest - + diff --git a/FastGithub/appsettings.pixiv.json b/FastGithub/appsettings.pixiv.json.example similarity index 100% rename from FastGithub/appsettings.pixiv.json rename to FastGithub/appsettings.pixiv.json.example diff --git a/FastGithub/appsettings.wikipedia.json b/FastGithub/appsettings.wikipedia.json.example similarity index 100% rename from FastGithub/appsettings.wikipedia.json rename to FastGithub/appsettings.wikipedia.json.example