forked from Synergex/HarmonyCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHarmony.Core.nuspec
37 lines (34 loc) · 2.29 KB
/
Harmony.Core.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
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Harmony.Core</id>
<version>$version$</version>
<iconUrl>https://github.com/Synergex/HarmonyCore/raw/master/Logos/HarmonyCore.png</iconUrl>
<authors>Synergex International Corporation</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>HarmonyCore package that provides base runtime functionality</description>
<projectUrl>https://www.github.com/Synergex/HarmonyCore</projectUrl>
<dependencies>
<dependency id="Synergex.SynergyDE.synrnt" version="[11.1.1060,12)" />
<dependency id="Newtonsoft.Json" version="12.0.3" include="All"/>
<dependency id="Nito.AsyncEx" version="5.0.0" include="All"/>
<dependency id="SSH.NET" version="2016.1.0" include="All"/>
<dependency id="Microsoft.Extensions.DependencyInjection" version="[3.1.6, 4.0.0)" include="All"/>
<dependency id="Microsoft.VisualStudio.Threading" version="[16.6.13, 17.0.0)" include="All"/>
<dependency id="System.ComponentModel.Annotations" version="[4.7.0, 5.0.0)" include="All"/>
<dependency id="Microsoft.Extensions.Caching.Memory" version="[3.1.6, 4.0.0)" include="All"/>
<dependency id="StreamJsonRpc" version="[2.4.48, 3.0.0)" include="All"/>
<dependency id="BitFaster.Caching" version="[1.0.6, 2.0.0)" include="All"/>
</dependencies>
</metadata>
<files>
<file src="HarmonyCore.NetCore\bin\Release\netcoreapp3.1\HarmonyCore.NetCore.dll" target="lib\netcoreapp3.1\HarmonyCore.NetCore.dll" />
<file src="HarmonyCore\bin\Release\netstandard2.1\HarmonyCore.dll" target="lib\netstandard2.1\HarmonyCore.dll" />
<file src="HarmonyCore\bin\Release\netstandard2.1\HarmonyCore.dll" target="lib\netcoreapp3.1\HarmonyCore.dll" />
<file src="HarmonyCore.NetCore\bin\Release\netcoreapp3.1\HarmonyCore.NetCore.pdb" target="lib\netcoreapp3.1\HarmonyCore.NetCore.pdb" />
<file src="HarmonyCore\bin\Release\netstandard2.1\HarmonyCore.pdb" target="lib\netstandard2.1\HarmonyCore.pdb" />
<file src="HarmonyCore\bin\Release\netstandard2.1\HarmonyCore.pdb" target="lib\netcoreapp3.1\HarmonyCore.pdb" />
<file src="HarmonyCore.NetCore\**\*.dbl" target="src\HarmonyCore.NetCore\" />
<file src="HarmonyCore\**\*.dbl" target="src\HarmonyCore\" />
</files>
</package>