-
Notifications
You must be signed in to change notification settings - Fork 14
/
Harmony.Core.EF.nuspec
25 lines (23 loc) · 1.25 KB
/
Harmony.Core.EF.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Harmony.Core.EF</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 EF Provider package for supporting SDBMS under Entity Framework Core</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$" />
<dependency id="Microsoft.EntityFrameworkCore" version="[8.0.8,9)" include="All"/>
<dependency id="System.Linq.Dynamic.Core" version="[1.4.5,2)" include="All"/>
</dependencies>
</metadata>
<files>
<file src="HarmonyCoreEF\bin\Release\net8.0\Harmony.Core.EF.dll" target="lib\net8.0\Harmony.Core.EF.dll" />
<file src="HarmonyCoreEF\bin\Release\net8.0\Harmony.Core.EF.pdb" target="lib\net8.0\Harmony.Core.EF.pdb" />
<file src="HarmonyCoreEF\**\*.cs" target="src\HarmonyCoreEF\" />
</files>
</package>