forked from damienbod/AspNetCorePdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBokio.MigraDoc.NetCore.nuspec
More file actions
30 lines (27 loc) · 1.27 KB
/
Bokio.MigraDoc.NetCore.nuspec
File metadata and controls
30 lines (27 loc) · 1.27 KB
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
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>Bokio.MigraDoc.NetCore</id>
<version>3.0.3.0</version>
<description>MigraDoc and PdfSharp by Empira, ported to .NET Core by damienbod, NuGet-packed by Bokio</description>
<authors>PDFsharp-Team, damienbod, Bokio</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/bokio/AspNetCorePdf</projectUrl>
<!-- <releaseNotes>Summary of changes made in this release of the package.</releaseNotes> -->
<!-- <copyright>Copyright 2020</copyright> -->
<!--<tags>Tag1 Tag2</tags>-->
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="NETStandard.Library" version="2.0.3" />
<dependency id="System.Drawing.Common" version="4.5.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="MigraDoc.DocumentObjectModel\bin\Release\**\MigraDoc.DocumentObjectModel.dll" target="lib" />
<file src="MigraDoc.Rendering\bin\Release\**\MigraDoc.Rendering.dll" target="lib" />
<file src="PdfSharp\bin\Release\**\PdfSharp.dll" target="lib" />
<file src="PdfSharp.Charting\bin\Release\**\PdfSharp.Charting.dll" target="lib" />
</files>
</package>