mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
444 B
Plaintext
11 lines
444 B
Plaintext
<configuration>
|
|
<config>
|
|
<add key="dependencyVersion" value="Highest" />
|
|
<add key="globalPackagesFolder" value="c:\packages" />
|
|
<add key="repositoryPath" value="packages" />
|
|
</config>
|
|
<packageSources>
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
<!--<add key="Local Source" value="D:\Data\Dev\LocalNuget" />-->
|
|
</packageSources>
|
|
</configuration> |