-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEightBot.Orbit.Server.nuspec
23 lines (23 loc) · 1.11 KB
/
EightBot.Orbit.Server.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>EightBot.Orbit.Server</id>
<title>Orbit Sync Server Components by Eight-Bot</title>
<version>$version$</version>
<authors>Eight-Bot, Inc.</authors>
<owners>Eight-Bot, Inc.</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://img.icons8.com/color/128/000000/satellite-sending-signal.png</iconUrl>
<description>Server side sync compents</description>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="EightBot.Orbit.Core" version="$version$" exclude="Build,Analyzers" />
<dependency id="EightBot.Nebula.DocumentDb" version="1.2.6" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<!--netstandard-->
<file src="EightBot.Orbit.Server\bin\Release\netstandard2.0\EightBot.Orbit.Server.dll" target="lib\netstandard2.0" />
</files>
</package>