-
Notifications
You must be signed in to change notification settings - Fork 14
/
Harmony.Core.OData.nuspec
28 lines (27 loc) · 1.58 KB
/
Harmony.Core.OData.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Harmony.Core.OData</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 OData specific functionality</description>
<projectUrl>https://www.github.com/Synergex/HarmonyCore</projectUrl>
<repository type="git" url="https://github.com/Synergex/HarmonyCore" commit="$Build.SourceVersion$" />
<dependencies>
<dependency id="Harmony.Core" version="$version$" include="All"/>
<dependency id="Microsoft.AspNetCore.OData" version="[9.0.0,10)" include="All"/>
<dependency id="Swashbuckle.AspNetCore" version="[6.8.1, 7.0.0)" include="All"/>
<dependency id="Microsoft.Extensions.DependencyInjection" version="[8.0.0, 9.0.0)" include="All"/>
<dependency id="Microsoft.OData.Core" version="[8.0.2, 9.0.0)" include="All"/>
<dependency id="Microsoft.Spatial" version="[8.0.2, 9.0.0)" include="All"/>
<dependency id="Microsoft.OData.Edm" version="[8.0.2, 9.0.0)" include="All"/>
</dependencies>
</metadata>
<files>
<file src="Harmony.OData\bin\Release\net8.0\Harmony.OData.dll" target="lib\net8.0\Harmony.OData.dll" />
<file src="Harmony.OData\bin\Release\net8.0\Harmony.OData.pdb" target="lib\net8.0\Harmony.OData.pdb" />
<file src="Harmony.OData\**\*.dbl" target="src\Harmony.OData\" />
</files>
</package>