Skip to content

Commit

Permalink
Fixing nuget.config missing root
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisoft committed Jun 10, 2022
1 parent b9e409f commit 7f8d43f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nuget.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<configuration>
<!-- `clear` ensures no additional sources are inherited from another config file. -->
<packageSources>
<clear />
Expand All @@ -10,4 +11,5 @@
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</packageSourceMapping>
</configuration>

0 comments on commit 7f8d43f

Please sign in to comment.