-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNuGet.config
More file actions
22 lines (21 loc) · 775 Bytes
/
NuGet.config
File metadata and controls
22 lines (21 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="DocumentFormat.OpenXml" />
<package pattern="Markdig" />
<package pattern="MinVer" />
<package pattern="TextMateSharp" />
<package pattern="TextMateSharp.Grammars" />
<package pattern="xunit.v3.mtp-v2" />
<package pattern="Microsoft.Testing.Extensions.*" />
<package pattern="Microsoft.Testing.Platform" />
<package pattern="coverlet.collector" />
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>