Skip to content

Commit b2fbb1f

Browse files
committed
fix: set nuget.org as default and map OTAPI/ModFramework packages to GitHub source
1 parent d51a864 commit b2fbb1f

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

NuGet.config

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,10 @@
99
<packageSource key="github-cedarycat">
1010
<package pattern="OTAPI.Upcoming" />
1111
<package pattern="ModFramework" />
12-
<package pattern="ModFramework.Modules.CSharp" />
12+
<package pattern="ModFramework.Modules.*" />
1313
</packageSource>
1414
<packageSource key="nuget.org">
15-
<package pattern="GitVersion.*" />
16-
<package pattern="Microsoft.*" />
17-
<package pattern="Mono.*" />
18-
<package pattern="MonoMod.*" />
19-
<package pattern="NETStandard.*" />
20-
<package pattern="Newtonsoft.*" />
21-
<package pattern="NuGet.*" />
22-
<package pattern="PolySharp" />
23-
<package pattern="Steamworks.*" />
24-
<package pattern="System.*" />
25-
<package pattern="xunit*" />
15+
<package pattern="*" />
2616
</packageSource>
2717
</packageSourceMapping>
2818
</configuration>

0 commit comments

Comments
 (0)