FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
install-scripts/NuGet.config at main · dotnet/install-scripts · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
dotnet
/
install-scripts
Public
Notifications
You must be signed in to change notification settings
Fork
120
Star
210
Code
Issues
15
Pull requests
4
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
install-scripts
/
NuGet.config
Copy path
More file actions
More file actions
Latest commit
History
History
History
10 lines (10 loc) · 524 Bytes
Breadcrumbs
install-scripts
/
NuGet.config
Copy path
File metadata and controls
10 lines (10 loc) · 524 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
<?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
<
configuration
>
<
packageSources
>
<
clear
/>
<
add
key
=
"
dotnet-eng
"
value
=
"
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json
"
/>
<
add
key
=
"
dotnet-tools
"
value
=
"
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
"
/>
<
add
key
=
"
dotnet-public
"
value
=
"
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json
"
/>
</
packageSources
>
<
disabledPackageSources
/>
</
configuration
>
Back
|
FazBrowse Home
|
New Git URL