Skip to content

Commit fed0e5a

Browse files
GitHubSync update - master
1 parent be591e7 commit fed0e5a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

nuget.config

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
</packageSources>
77
<packageSourceMapping>
88
<packageSource key="nuget.org">
9-
<package pattern="*" />
9+
<package pattern="*" />
1010
</packageSource>
1111
<packageSource key="particular packages">
12-
<package pattern="*" />
12+
<package pattern="*" />
13+
</packageSource>
14+
<packageSource key="local packages">
15+
<package pattern="*" />
1316
</packageSource>
1417
</packageSourceMapping>
1518
</configuration>

src/.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TODO: Uncomment when analyzer line ending problem is fixed
22
#root = true
33

4-
[*.{csproj,xml}]
4+
[*.{csproj,props,targets,xml}]
55
indent_style = space
66
indent_size = 2
77

0 commit comments

Comments
 (0)