nuget
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user