-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathNuGet.config
More file actions
24 lines (22 loc) · 892 Bytes
/
NuGet.config
File metadata and controls
24 lines (22 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<!--<add key="vvvv-public-feed" value="http://teamcity.vvvv.org/guestAuth/app/nuget/v1/FeedService.svc/" />-->
<!--<add key="local-stride" value="path\to\stride\bin\packages" />-->
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
<package pattern="Stride.SharpFont" />
<package pattern="Stride.Mono.TextTemplating" />
</packageSource>
<!-- Uncomment to use your locally built Stride packages. Note that you need to change the version in Directory.Packages.props as well. -->
<!--
<packageSource key="local-stride">
<package pattern="Stride*" />
</packageSource>
-->
</packageSourceMapping>
</configuration>