-
Notifications
You must be signed in to change notification settings - Fork 14
/
Harmony.Core.nuspec
33 lines (32 loc) · 2.01 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
<?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="[12.4.1.1001,13)" />
<dependency id="Newtonsoft.Json" version="13.0.3" include="All"/>
<dependency id="Nito.AsyncEx" version="5.1.2" include="All"/>
<dependency id="SSH.NET" version="2024.1.0" include="All"/>
<dependency id="Microsoft.Extensions.DependencyInjection" version="[8.0.0, 9.0.0)" include="All"/>
<dependency id="Microsoft.VisualStudio.Threading" version="[17.11.20, 18.0.0)" include="All"/>
<dependency id="System.ComponentModel.Annotations" version="[5.0.0, 6.0.0)" include="All"/>
<dependency id="Microsoft.Extensions.Caching.Memory" version="[8.0.1, 9.0.0)" include="All"/>
<dependency id="StreamJsonRpc" version="[2.19.27, 3.0.0)" include="All"/>
<dependency id="BitFaster.Caching" version="[2.5.2, 3.0.0)" include="All"/>
</dependencies>
</metadata>
<files>
<file src="HarmonyCore.NetCore\bin\Release\net8.0\HarmonyCore.NetCore.dll" target="lib\net8.0\HarmonyCore.NetCore.dll" />
<file src="HarmonyCore.NetCore\bin\Release\net8.0\HarmonyCore.NetCore.pdb" target="lib\net8.0\HarmonyCore.NetCore.pdb" />
<file src="HarmonyCore\bin\Release\net8.0\HarmonyCore.dll" target="lib\net8.0\HarmonyCore.dll" />
<file src="HarmonyCore\bin\Release\net8.0\HarmonyCore.pdb" target="lib\net8.0\HarmonyCore.pdb" />
<file src="HarmonyCore.NetCore\**\*.dbl" target="src\HarmonyCore.NetCore\" />
<file src="HarmonyCore\**\*.dbl" target="src\HarmonyCore\" />
</files>
</package>