forked from laniatech/Checkout-NET-SDK
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnuget.config
26 lines (23 loc) · 895 Bytes
/
nuget.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget"
value="https://api.nuget.org/v3/index.json"
protocolVersion="3" />
<add key="json-converter-source-generator"
value="https://f.feedz.io/aviationexam/json-converter-source-generator/nuget/index.json"
protocolVersion="3" />
</packageSources>
<packageSourceMapping>
<!-- key value for <packageSource> should match key values from <packageSources> element -->
<!--
<packageSource key="json-converter-source-generator">
<package pattern="Aviationexam.GeneratedJsonConverters.SourceGenerator" />
</packageSource>
-->
<packageSource key="nuget">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>