-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuGet.Config
More file actions
16 lines (16 loc) · 627 Bytes
/
Copy pathNuGet.Config
File metadata and controls
16 lines (16 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<!--
Project-scoped NuGet config: adds the .local-nuget/ folder as an
additional package source ahead of nuget.org. Lets us ship a locally
packed Hawkynt.FileFormats.Images while the published copy is stuck
in NuGet's >24 h validation queue. Drop the override and this
fallback once `Hawkynt.FileFormats.Images` actually appears on the
public feed.
-->
<configuration>
<packageSources>
<clear />
<add key="local" value=".local-nuget" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>