-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathFileContext.nuspec
40 lines (38 loc) · 2.7 KB
/
FileContext.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
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>FileContext</id>
<version>1.0.6</version>
<title>FileContext</title>
<authors>Paul Mizel</authors>
<licenseUrl>https://github.com/pmizel/DevMentor.Context.FileContext</licenseUrl>
<projectUrl>https://github.com/pmizel/DevMentor.Context.FileContext</projectUrl>
<iconUrl>https://raw.githubusercontent.com/pmizel/DevMentor.Context.FileContext/master/logo128x128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
<description>FileContext is a data access layer (DAL) Framework for rapid data driven application development (RDDAD) append to EntityFramework.</description>
<summary>FileContext is a data access layer (DAL) Framework for rapid data driven application development (RDDAD) append to EntityFramework.</summary>
<tags>entityframework, filecontext, file db, database, filedb, no-sql, mongodb, json, xml, inmemory, dbcontext, devmentor, brockhaus-ag</tags>
<dependencies>
<group targetFramework=".NETFramework4.6">
<dependency id="EntityFramework" version="6.1.3" />
</group>
</dependencies>
</metadata>
<files>
<!--
<file src="Nuget\content\Data\Cryptography\Hash.cs.ps" target="content\Data\Cryptography\Hash.cs.pp" />
<file src="Nuget\content\Data\Entities\Base.cs.ps" target="content\Data\Entities\Base.cs.pp" />
<file src="Nuget\content\Data\Entities\User.cs.ps" target="content\Data\Entities\User.cs.pp" />
<file src="Nuget\content\Data\Context.cs.ps" target="content\Data\Context.cs.pp" />
<file src="Nuget\content\Data\GenericRepository.cs.ps" target="content\Data\GenericRepository.cs.pp" />
<file src="Nuget\content\Data\UnitOfWork.cs.ps" target="content\Data\UnitOfWork.cs.pp" />
-->
<file src="DevMentor.Context\bin\Debug\DevMentor.Context.dll" target="lib\net45\DevMentor.Context.dll" />
<file src="DevMentor.Context\bin\Debug\DevMentor.Context.dll" target="lib\net451\DevMentor.Context.dll" />
<file src="DevMentor.Context\bin\Debug\DevMentor.Context.dll" target="lib\net46\DevMentor.Context.dll" />
<file src="DevMentor.Context\bin\Debug\DevMentor.Context.dll" target="lib\net461\DevMentor.Context.dll" />
<file src="DevMentor.Context\bin\Debug\DevMentor.Context.dll" target="lib\net462\DevMentor.Context.dll" />
<file src="DevMentor.Context\bin\Debug\DevMentor.Context.dll" target="lib\netcore\DevMentor.Context.dll" />
</files>
</package>