Skip to content

Commit 0124ea8

Browse files
committed
Add nuget.config
1 parent 023f33e commit 0124ea8

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Enhanced.ComponentModel.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1515
Enhanced.ComponentModel.snk = Enhanced.ComponentModel.snk
1616
global.json = global.json
1717
LICENSE = LICENSE
18+
NuGet.config = NuGet.config
1819
README.md = README.md
1920
EndProjectSection
2021
EndProject

NuGet.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
</configuration>

0 commit comments

Comments
 (0)