From c1538af689d31f0ed21d0df8009cc2e00e1a3a1b Mon Sep 17 00:00:00 2001 From: nsnail Date: Fri, 9 Dec 2022 11:56:42 +0800 Subject: [PATCH] --- switch-nuget.ps1 | 2 ++ switch-project.ps1 | 2 ++ switcher.json | 8 ++++++++ 3 files changed, 12 insertions(+) create mode 100644 switch-nuget.ps1 create mode 100644 switch-project.ps1 create mode 100644 switcher.json diff --git a/switch-nuget.ps1 b/switch-nuget.ps1 new file mode 100644 index 0000000..7c4bb84 --- /dev/null +++ b/switch-nuget.ps1 @@ -0,0 +1,2 @@ +# https://github.com/RicoSuter/DNT#switch-to-projects +dnt switch-to-packages \ No newline at end of file diff --git a/switch-project.ps1 b/switch-project.ps1 new file mode 100644 index 0000000..30af7c3 --- /dev/null +++ b/switch-project.ps1 @@ -0,0 +1,2 @@ +# https://github.com/RicoSuter/DNT#switch-to-projects +dnt switch-to-projects \ No newline at end of file diff --git a/switcher.json b/switcher.json new file mode 100644 index 0000000..f950778 --- /dev/null +++ b/switcher.json @@ -0,0 +1,8 @@ +{ + "solution": "dot.sln", + "solutionFolder": null, + "mappings": { + "NSExt": "../../../../ForkedGitReps/ns-ext/src/NSExt.csproj" + }, + "removeProjects": true +} \ No newline at end of file