FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
PowerShell-PowerShell/nuget.config at master · diev/PowerShell-PowerShell · GitHub
diev
/
PowerShell-PowerShell
Public
forked from
PowerShell/PowerShell
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
9
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
PowerShell-PowerShell
/
nuget.config
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (11 loc) · 368 Bytes
Breadcrumbs
PowerShell-PowerShell
/
nuget.config
Copy path
File metadata and controls
11 lines (11 loc) · 368 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
<?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
<
configuration
>
<
packageSources
>
<
clear
/>
<
add
key
=
"
dotnet
"
value
=
"
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v2
"
/>
<
add
key
=
"
nuget.org
"
value
=
"
https://api.nuget.org/v3/index.json
"
/>
</
packageSources
>
<
disabledPackageSources
>
<
clear
/>
</
disabledPackageSources
>
</
configuration
>
Back
|
FazBrowse Home
|
New Git URL