Skip to content

Commit 0dcb822

Browse files
committed
Add explicit NuGet configuration
1 parent beb3ca5 commit 0dcb822

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ insert_final_newline = true
1616
[*.md]
1717
trim_trailing_whitespace = false
1818

19+
# NuGet configs
20+
[NuGet.config]
21+
indent_size = 2
22+
1923
# Rider configuration
2024
[src/.idea/**/*.xml]
2125
indent_size = 2

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" protocolVersion="3" />
6+
</packageSources>
7+
</configuration>

0 commit comments

Comments
 (0)