Skip to content

Commit 10468c1

Browse files
David Niermanjoshkempner
authored andcommitted
Add nuget.config
1 parent ce4a501 commit 10468c1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/ReactiveDomain.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
3131
build.props = build.props
3232
..\tools\CreateDebugNuget.ps1 = ..\tools\CreateDebugNuget.ps1
3333
..\tools\CreateNuget.ps1 = ..\tools\CreateNuget.ps1
34+
nuget.config = nuget.config
3435
..\package.bat = ..\package.bat
3536
..\.github\workflows\pr-checks.yml = ..\.github\workflows\pr-checks.yml
3637
..\publish.bat = ..\publish.bat

src/nuget.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
5+
<clear />
6+
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
7+
</packageSources>
8+
</configuration>

0 commit comments

Comments
 (0)