This commit is contained in:
2022-01-27 18:04:28 -07:00
parent 0d6dac0922
commit 3567e8bc97
3 changed files with 75 additions and 35 deletions

View File

@ -86,6 +86,42 @@
"group": ".NET Core",
"name": ".net Core - New Blazor Web Assembly Hosted and Progressive Web Application"
},
{
"auto": true,
"command": "dotnet nuget add source -n baget http://192.168.0.73:5002/v3/index.json",
"group": ".NET Core",
"name": ".net Core - nuget add source baget"
},
{
"auto": true,
"command": "dotnet nuget disable source D:\\Downloads\\nupkg",
"group": ".NET Core",
"name": ".net Core - nuget disable source Downloads"
},
{
"auto": true,
"command": "dotnet nuget disable source nuget.org",
"group": ".NET Core",
"name": ".net Core - nuget disable source nuget.org"
},
{
"auto": true,
"command": "dotnet nuget enable source D:\\Downloads\\nupkg",
"group": ".NET Core",
"name": ".net Core - nuget enable source Downloads"
},
{
"auto": true,
"command": "dotnet nuget enable source nuget.org",
"group": ".NET Core",
"name": ".net Core - nuget enable source nuget.org"
},
{
"auto": true,
"command": "dotnet nuget list source",
"group": ".NET Core",
"name": ".net Core - nuget list"
},
{
"auto": true,
"command": "dotnet format --report .vscode",