mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-16 23:40:33 +00:00
Add nuget.config
This commit is contained in:
parent
0fbcd630bc
commit
68e51a0f2e
2 changed files with 10 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -125,6 +125,9 @@ ClientBin/
|
||||||
packages/*
|
packages/*
|
||||||
*.config
|
*.config
|
||||||
|
|
||||||
|
# Include nuget.config
|
||||||
|
!nuget.config
|
||||||
|
|
||||||
# RIA/Silverlight projects
|
# RIA/Silverlight projects
|
||||||
Generated_Code/
|
Generated_Code/
|
||||||
|
|
||||||
|
|
7
nuget.config
Normal file
7
nuget.config
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<packageSources>
|
||||||
|
<clear />
|
||||||
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
||||||
|
</packageSources>
|
||||||
|
</configuration>
|
Loading…
Reference in a new issue