-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMorphic.Controls.nuspec
24 lines (24 loc) · 1.21 KB
/
Morphic.Controls.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Morphic.Controls</id>
<version>1.8.0</version>
<authors>Raising the Floor - US, Inc.</authors>
<license type="expression">BSD-3-Clause</license>
<licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
<description>Morphic for Windows custom controls library (C#)</description>
<copyright>Copyright 2021-2023 Raising the Floor - US, Inc.</copyright>
<repository url="https://github.com/raisingthefloor/morphic-controls-lib-cs" />
<dependencies>
<group targetFramework="net6.0-windows10.0.22621.0">
<dependency id="Microsoft.Windows.CsWin32" version="0.3.18" exclude="Build,Analyzers" />
<dependency id="Morphic.Core" version="1.2.0" exclude="Build,Analyzers" />
<dependency id="Morphic.WindowsNative" version="1.8.0" exclude="Build,Analyzers" />
<dependency id="PInvoke.Gdi32" version="0.7.124" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin\Release\net6.0-windows10.0.22621.0\Morphic.Controls.dll" target="lib\net6.0-windows10.0.22621.0" />
</files>
</package>