-
Notifications
You must be signed in to change notification settings - Fork 109
/
Package.nuspec
35 lines (35 loc) · 1.79 KB
/
Package.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
29
30
31
32
33
34
35
<?xml version="1.0"?>
<package >
<metadata>
<id>C1CMS.Assemblies</id>
<title>C1 CMS Assemblies</title>
<version>$version$</version>
<authors>Orckestra A/S</authors>
<owners>Orckestra A/S</owners>
<licenseUrl>https://c1.orckestra.com/MPL11</licenseUrl>
<projectUrl>https://github.com/Orckestra/C1-CMS-Foundation</projectUrl>
<!--iconUrl></iconUrl-->
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Contains dll-s distributed with C1 CMS.</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>C1CMS OrckestraCMS CompositeC1 cms</tags>
<dependencies>
<dependency id="Microsoft.AspNet.Razor" version="3.2.3" />
<dependency id="Microsoft.AspNet.WebPages" version="3.2.3" />
<dependency id="Microsoft.Web.Infrastructure" version="1.0.0.0"/>
</dependencies>
</metadata>
<files>
<file src="Install.ps1" target="tools\" />
<file src="Bin\Composite.dll" target="lib\net471\" />
<file src="Bin\Composite.Workflows.dll" target="lib\net471\" />
<file src="Bin\Microsoft.Practices.EnterpriseLibrary.Common.dll" target="lib\net471\" />
<file src="Bin\Microsoft.Practices.EnterpriseLibrary.Logging.dll" target="lib\net471\" />
<file src="Bin\Microsoft.Practices.EnterpriseLibrary.Validation.dll" target="lib\net471\" />
<file src="Bin\Microsoft.Practices.ObjectBuilder.dll" target="lib\net471\" />
<!-- Not referencing Microsoft.Extensions.DependencyInjection via dependencies as they pull 50+ NuGet packages from .NET Core -->
<file src="Bin\Microsoft.Extensions.DependencyInjection.dll" target="lib\net471\" />
<file src="Bin\Microsoft.Extensions.DependencyInjection.Abstractions.dll" target="lib\net471\" />
</files>
</package>