We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bced4c commit 253cb09Copy full SHA for 253cb09
Samples/nuget.config
@@ -16,5 +16,16 @@
16
<add key="localpackages" value="localpackages" />
17
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
18
</packageSources>
19
+
20
+ <packageSourceMapping>
21
+ <packageSource key="WinAppSDK-SampleDeps">
22
+ <package pattern="Microsoft.WindowsAppSDK.*" />
23
+ </packageSource>
24
+ <packageSource key="nuget.org">
25
+ <package pattern="System.*" />
26
+ <package pattern="Microsoft.*" />
27
28
+ </packageSourceMapping>
29
30
<disabledPackageSources />
31
</configuration>
0 commit comments