-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathnuget.config
More file actions
18 lines (18 loc) · 718 Bytes
/
nuget.config
File metadata and controls
18 lines (18 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<!-- <add key="fsharp" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" /> -->
</packageSources>
<packageSourceMapping>
<packageSource key="nuget">
<package pattern="*" />
</packageSource>
<!-- <packageSource key="fsharp"> -->
<!-- <package pattern="FSharp.Compiler.Service" /> -->
<!-- <package pattern="FSharp.Core" /> -->
<!-- </packageSource> -->
</packageSourceMapping>
</configuration>