Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit ad62fa1

Browse files
author
Jérémie Bertrand
committed
Merge pull request #294 from impressive-mark/add-nuget-package-source
Fix failing build on dev machine configured for NuGet V3
2 parents 7f54f20 + c7e8cf5 commit ad62fa1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/.nuget/NuGet.Config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
<solution>
44
<add key="disableSourceControlIntegration" value="true" />
55
</solution>
6+
<packageSources>
7+
<add key="NuGet official package source" value="https://www.nuget.org/api/v2" />
8+
</packageSources>
69
</configuration>

0 commit comments

Comments
 (0)