forked from QuantConnect/Lean
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuantConnect.Logging.nuspec
30 lines (30 loc) · 1.83 KB
/
QuantConnect.Logging.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>QuantConnect.Logging</id>
<version>$version$</version>
<authors>QuantConnect Team and Community Contributors</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/QuantConnect/Lean/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/QuantConnect/Lean</projectUrl>
<iconUrl>https://github.com/QuantConnect/Lean/blob/master/lean.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>QuantConnect LEAN Engine: Logging Project - The logging library implementation</description>
<copyright>QuantConnect™ 2018. All Rights Reserved</copyright>
<tags>algorithm algorithmic-trading-engine bitcoins broker c-sharp cfd crypto finance future forex fxcm gdax hft hft-trading interactive-brokers lean-engine markets nasdaq oanda options python quant quantconnect quantitative-finance stock-indicators trading trading-algorithms trading-bot trading-platform trading-robots trading-strategies</tags>
<dependencies>
<group targetFramework=".NETFramework4.5.2">
<dependency id="NLog" version="4.4.11" exclude="Build,Analyzers" />
<dependency id="MathNet.Filtering" version="0.4.0" exclude="Build,Analyzers"/>
<dependency id="MathNet.Numerics" version="3.19.0" exclude="Build,Analyzers"/>
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework=".NETFramework4.5.2" />
<frameworkAssembly assemblyName="System.ComponentModel.Composition" targetFramework=".NETFramework4.5.2" />
</frameworkAssemblies>
<contentFiles>
<files include="any/net452/NLog.config" buildAction="Content" />
</contentFiles>
</metadata>
</package>