-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathnuget.config
More file actions
16 lines (15 loc) · 818 Bytes
/
nuget.config
File metadata and controls
16 lines (15 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- Repo-level NuGet sources. The `local-nupkgs/` folder is the feed that
`mur pack-local` writes to. It carries the Microsoft.UI.Reactor package
built from this clone (version 0.0.0-local by default). Recipes and
scaffolded apps under this repo use #:package Microsoft.UI.Reactor and
resolve through this feed.
nuget.org remains the source for everything else (Microsoft.WindowsAppSDK
and friends). It's added explicitly here so this file is self-contained
— global sources still apply additively. -->
<packageSources>
<add key="reactor-local" value="local-nupkgs" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>