-
Notifications
You must be signed in to change notification settings - Fork 0
/
Infrastructure.Core.nuspec
26 lines (26 loc) · 1.15 KB
/
Infrastructure.Core.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Onpoint.Infrastructure-Core</id>
<title>Onpoint Infrastructure-Core</title>
<version>0.4.9.0</version>
<authors>Onpoint On Demand</authors>
<owners>Onpoint On Demand</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Generic support for IOC/DI, logging, data etc.
This package is set up with no default logging and container allowing you greater control over the packages.
See optional packages for logging and container support.
</description>
<summary>Onpoint Infrastructure Core for .NET Projects (Debug)</summary>
<dependencies>
</dependencies>
<tags>onpoint</tags>
</metadata>
<files>
<file src="BuildOutput\bin\Infrastructure.Core.dll" target="lib\net40-full" />
<file src="BuildOutput\bin\Infrastructure.Core.pdb" target="lib\net40-full" />
<file src="BuildOutput\src\*.cs" target="src" />
<file src="BuildOutput\src\Infrastructure.Core\**\*.cs" target="src\Infrastructure.Core" />
</files>
</package>