Skip to content

Commit 121f3d7

Browse files
authored
Merge pull request #739 from Particular/GitHubSync-20231109-000125
GitHubSync update - release-4.3
2 parents f1ed094 + a7f73aa commit 121f3d7

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

nuget.config

Lines changed: 5 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)