Skip to content

Commit 3388914

Browse files
Add default nuget.config
1 parent cb6a01e commit 3388914

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Ookii.Dialogs.Wpf.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{B2AB57
1313
.gitattributes = .gitattributes
1414
.gitignore = .gitignore
1515
LICENSE = LICENSE
16+
nuget.config = nuget.config
1617
assets\ookii-dialogs.snk = assets\ookii-dialogs.snk
1718
README.md = README.md
1819
EndProjectSection

nuget.config

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
6+
</packageSources>
7+
<disabledPackageSources>
8+
<clear />
9+
</disabledPackageSources>
10+
<fallbackPackageFolders>
11+
<clear />
12+
</fallbackPackageFolders>
13+
</configuration>

0 commit comments

Comments
 (0)