This commit is contained in:
nsnail 2022-12-09 11:56:42 +08:00
parent ed7c99fc69
commit c1538af689
3 changed files with 12 additions and 0 deletions

2
switch-nuget.ps1 Normal file
View File

@ -0,0 +1,2 @@
# https://github.com/RicoSuter/DNT#switch-to-projects
dnt switch-to-packages

2
switch-project.ps1 Normal file
View File

@ -0,0 +1,2 @@
# https://github.com/RicoSuter/DNT#switch-to-projects
dnt switch-to-projects

8
switcher.json Normal file
View File

@ -0,0 +1,8 @@
{
"solution": "dot.sln",
"solutionFolder": null,
"mappings": {
"NSExt": "../../../../ForkedGitReps/ns-ext/src/NSExt.csproj"
},
"removeProjects": true
}