-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathiSynaptic.Core.nuspec
More file actions
23 lines (23 loc) · 956 Bytes
/
iSynaptic.Core.nuspec
File metadata and controls
23 lines (23 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8" ?>
<package>
<metadata>
<id>iSynaptic.Core</id>
<version>0.2.0</version>
<authors>Jordan Terrell</authors>
<description>Framework for common application infrastructure.</description>
<language>en-US</language>
<licenseUrl>https://github.com/iSynaptic/iSynaptic.Core/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/iSynaptic/iSynaptic.Core</projectUrl>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="net45" />
<frameworkAssembly assemblyName="System.Core" targetFramework="net45" />
</frameworkAssemblies>
<dependencies>
<dependency id="iSynaptic.Commons" version="[0.4.31,0.5)" />
</dependencies>
</metadata>
<files>
<file src="Binaries\iSynaptic.Core.dll" target="lib" />
<file src="iSynaptic.Core.ReleaseNotes.txt" target="ReleaseNotes.txt" />
</files>
</package>