-
Notifications
You must be signed in to change notification settings - Fork 2
/
Jobbr.Dashboard.nuspec
34 lines (34 loc) · 1.72 KB
/
Jobbr.Dashboard.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Jobbr.Dashboard</id>
<version>$version$</version>
<authors>Jobbr</authors>
<owners>Jobbr</owners>
<projectUrl>https://github.com/jobbrIO/jobbr-dashboard</projectUrl>
<license type="expression">GPL-3.0-only</license>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Dashboard for Jobbr</description>
<copyright>Copyright 2023</copyright>
<icon>images\icon.png</icon>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Jobbr.ComponentModel.ArtefactStorage" version="[2.9,3.1)" />
<dependency id="Jobbr.ComponentModel.Execution" version="[2.9,3.1)" />
<dependency id="Jobbr.ComponentModel.Management" version="[2.9,3.1)" />
<dependency id="Jobbr.ComponentModel.Registration" version="[2.9,3.1)" />
<dependency id="Jobbr.Server.WebAPI" version="[2.9,3.1)" />
<dependency id="NCrontab" version="[3.3.1,3.4)" />
<dependency id="SharpCoreFileSystem" version="[1.0.7,1.1)" />
<dependency id="System.Diagnostics.PerformanceCounter" version="[6.0,6.1)" />
</group>
</dependencies>
</metadata>
<files>
<file src="source\Jobbr.Dashboard\bin\Release\net6.0\Jobbr.Dashboard.dll" target="lib\net6.0"/>
<file src="source\Jobbr.Dashboard\bin\Release\net6.0\Jobbr.Dashboard.pdb" target="lib\net6.0"/>
<file src="source\Jobbr.Dashboard.Frontend\jobbr-dashboard\dist\dashboard-app.zip" target="Build" />
<file src="Jobbr.Dashboard.targets" target="Build" />
<file src="source\icon.png" target="images/"/>
</files>
</package>