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 f91e5b3 commit 6575873Copy full SHA for 6575873
NuGet.config
@@ -4,15 +4,10 @@
4
<packageSources>
5
<clear />
6
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
7
- <add key="ghcr" value="" />
8
<!--<add
9
key="local" value="../nuggets/Debug"/>-->
10
</packageSources>
11
<packageSourceMapping>
12
- <!--<packageSource
13
- key="local">
14
- <package pattern="*" />
15
- </packageSource>-->
16
<packageSource key="nuget">
17
<package pattern="*" />
18
</packageSource>
0 commit comments