diff --git a/NuGet.Config b/NuGet.Config index 95c3bf0..307f474 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -1,32 +1,14 @@  - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - @@ -41,4 +23,10 @@ + + + + + + \ No newline at end of file diff --git a/User/settings.json b/User/settings.json index 6cc88af..0a3c02d 100644 --- a/User/settings.json +++ b/User/settings.json @@ -41,12 +41,8 @@ "window.zoomLevel": 1, "workbench.commandPalette.history": 20, "workbench.editor.untitled.hint": "hidden", - "workbench.iconTheme": "vscode-icons", "workbench.list.openMode": "doubleClick", "workbench.startupEditor": "newUntitledFile", - "[csharp]": { - "editor.defaultFormatter": "ms-dotnettools.csharp" - }, "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, @@ -74,12 +70,6 @@ "*.pcl": "hexEditor.hexedit", "*.dib": "default" }, - "NugetGallery.sources": [ - "{\"name\": \"nuget.org\",\"url\": \"https://api.nuget.org/v3/index.json\"}", - "{\"name\": \"EAF Package Feed\",\"url\": \"https://tfs.intra.infineon.com/tfs/ManufacturingIT/_packaging/eaf/nuget/v3/index.json\"}", - "{\"name\": \"baget\",\"url\": \"http://192.168.0.73:5002/v3/index.json\"}", - "{\"name\": \"packagemanagement.eu.infineon.com\",\"url\": \"https://packagemanagement.eu.infineon.com:443/Packages/Productive/nuget\"}" - ], "runTerminalCommand.commands": [ { "auto": true, @@ -93,36 +83,6 @@ "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", diff --git a/dotnet-nuget-list-source.txt b/dotnet-nuget-list-source.txt new file mode 100644 index 0000000..13ac13e --- /dev/null +++ b/dotnet-nuget-list-source.txt @@ -0,0 +1,17 @@ +Microsoft Windows [Version 10.0.19044.1526] +(c) Microsoft Corporation. All rights reserved. + +C:\Users\phares>dotnet nuget list source +Registered Sources: + 1. nuget.org [Enabled] + https://api.nuget.org/v3/index.json + 2. Microsoft Visual Studio Offline Packages [Disabled] + C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ + 3. Infineon [Disabled] + https://packagemanagement.eu.infineon.com:4430/api/v2/ + 4. Eaf Package Feed [Disabled] + https://tfs.intra.infineon.com/tfs/ManufacturingIT/_packaging/eaf/nuget/v3/index.json + 5. Baget [Disabled] + http://192.168.0.73:5002/v3/index.json + +C:\Users\phares> \ No newline at end of file