-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNuGet.Config
More file actions
18 lines (17 loc) · 756 Bytes
/
NuGet.Config
File metadata and controls
18 lines (17 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="SkiaSharp nightly" value="https://aka.ms/skiasharp-eap/index.json" />
</packageSources>
<!-- Define mappings by adding package patterns beneath the target source. -->
<packageSourceMapping>
<!-- key value for <packageSource> should match key values from <packageSources> element -->
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<!--<packageSource key="SkiaSharp nightly">
<package pattern="SkiaSharp*" />
</packageSource>-->
</packageSourceMapping>
</configuration>