55 lines
3.2 KiB
XML
55 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>Nuclex.Foundation</id>
|
|
<version>1.2.0</version>
|
|
<title>Nuclex Foundation Libraries</title>
|
|
<authors>Markus Ewald</authors>
|
|
<owners></owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<license type="expression">Apache-2.0</license>
|
|
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
|
<readme>ReadMe.md</readme>
|
|
<projectUrl>https://github.com/orgs/nuclex-shared-dotnet/repositories</projectUrl>
|
|
<description>Set of basic libraries offering tools for MVVM-based UIs, storage of settings, license keys, collections and observer/subscriber pattern helpers</description>
|
|
<language>en-US</language>
|
|
<tags>mvvm,util</tags>
|
|
<icon>nuclex-logo.png</icon>
|
|
<repository type="git" url="https://github.com/nuclex-shared-dotnet/Nuclex.Support.git" commit="5fb433ad983e58725e0d25faa8968a75b3dfd178" />
|
|
<dependencies>
|
|
<group targetFramework=".NETStandard2.0" />
|
|
<group targetFramework=".NETFramework4.6.2" />
|
|
<group targetFramework="net8.0-windows7.0" />
|
|
</dependencies>
|
|
<frameworkReferences>
|
|
<group targetFramework=".NETStandard2.0" />
|
|
<group targetFramework=".NETFramework4.6.2" />
|
|
<group targetFramework="net8.0-windows7.0">
|
|
<frameworkReference name="Microsoft.WindowsDesktop.App.WindowsForms" />
|
|
</group>
|
|
</frameworkReferences>
|
|
</metadata>
|
|
<files>
|
|
|
|
<file src="ReadMe.md" target="ReadMe.md" />
|
|
<file src="nuclex-logo.png" target="nuclex-logo.png" />
|
|
|
|
<!-- Feature set for .NET Standard 2.0 (available to ,NET versions from 4.6 onwards) -->
|
|
<file src="Nuclex.Support\bin\$Configuration$\netstandard2.0\Nuclex.Support.dll" target="lib/netstandard2.0" />
|
|
<file src="Nuclex.Support\bin\$Configuration$\netstandard2.0\Nuclex.Support.xml" target="lib/netstandard2.0" />
|
|
|
|
<!-- Feature set for .NET Framework 4.6.2 (with Windows.Forms) -->
|
|
<file src="Nuclex.Support\bin\$Configuration$\netstandard2.0\Nuclex.Support.dll" target="lib/net462" />
|
|
<file src="Nuclex.Support\bin\$Configuration$\netstandard2.0\Nuclex.Support.xml" target="lib/net462" />
|
|
<file src="Nuclex.Windows.Forms\bin\$Configuration$\net462\Nuclex.Windows.Forms.dll" target="lib/net462" />
|
|
<file src="Nuclex.Windows.Forms\bin\$Configuration$\net462\Nuclex.Windows.Forms.xml" target="lib/net462" />
|
|
|
|
<!-- Feature set for .NET 8.0 on Windows (with Windows.Forms) -->
|
|
<!-- Btw, '-windows7.0' means Windows Seven, the one between Vista and 8, not the internal Windows release number -->
|
|
<file src="Nuclex.Support\bin\$Configuration$\netstandard2.0\Nuclex.Support.dll" target="lib/net8.0-windows7.0" />
|
|
<file src="Nuclex.Support\bin\$Configuration$\netstandard2.0\Nuclex.Support.xml" target="lib/net8.0-windows7.0" />
|
|
<file src="Nuclex.Windows.Forms\bin\$Configuration$\net8.0-windows\Nuclex.Windows.Forms.dll" target="lib/net8.0-windows7.0" />
|
|
<file src="Nuclex.Windows.Forms\bin\$Configuration$\net8.0-windows\Nuclex.Windows.Forms.xml" target="lib/net8.0-windows7.0" />
|
|
|
|
</files>
|
|
</package> |