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