-
Notifications
You must be signed in to change notification settings - Fork 14
/
Harmony.Core.AspNetCore.nuspec
22 lines (21 loc) · 1.13 KB
/
Harmony.Core.AspNetCore.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Harmony.Core.AspNetCore</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 Asp.Net Core 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"/>
</dependencies>
</metadata>
<files>
<file src="Harmony.AspNetCore\bin\Release\net8.0\Harmony.AspNetCore.dll" target="lib\net8.0\Harmony.AspNetCore.dll" />
<file src="Harmony.AspNetCore\bin\Release\net8.0\Harmony.AspNetCore.pdb" target="lib\net8.0\Harmony.AspNetCore.pdb" />
<file src="Harmony.AspNetCore\**\*.dbl" target="src\Harmony.AspNetCore\" />
</files>
</package>