Added a NuGet package specification for this set of libraries
This commit is contained in:
parent
c1af0ece12
commit
9fa86e97f0
38
foundation-package.nuspec
Normal file
38
foundation-package.nuspec
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
<?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.1.0</version>
|
||||||
|
<title>Nuclex Foundation Libraries</title>
|
||||||
|
<authors>Markus Ewald</authors>
|
||||||
|
<owners></owners>
|
||||||
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
|
<license type="expression">Apache-2.0</license>
|
||||||
|
<readme>ReadMe.md</readme>
|
||||||
|
<projectUrl>https://github.com/nuclex-shared-dotnet/Nuclex.Support</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>
|
||||||
|
<repository type="git" url="https://github.com/nuclex-shared-dotnet/Nuclex.Support.git" commit="a59facff90816bb3d7d53761ffea43c0102e6047" />
|
||||||
|
<dependencies>
|
||||||
|
<group targetFramework=".NETFramework4.6.2" />
|
||||||
|
<group targetFramework=".NETStandard2.0" />
|
||||||
|
<group targetFramework="net6.0-windows7.0" />
|
||||||
|
</dependencies>
|
||||||
|
<frameworkReferences>
|
||||||
|
<group targetFramework="net6.0-windows7.0">
|
||||||
|
<frameworkReference name="Microsoft.WindowsDesktop.App.WindowsForms" />
|
||||||
|
</group>
|
||||||
|
<group targetFramework=".NETFramework4.6.2" />
|
||||||
|
</frameworkReferences>
|
||||||
|
</metadata>
|
||||||
|
<files>
|
||||||
|
<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" />
|
||||||
|
<file src="Nuclex.Windows.Forms\bin\$Configuration$\net462\Nuclex.Windows.Forms.dll" target="lib/net462" />
|
||||||
|
<file src="Nuclex.Windows.Forms\bin\$Configuration$\net6.0-windows\Nuclex.Windows.Forms.xml" target="lib/net462" />
|
||||||
|
<file src="Nuclex.Windows.Forms.Ninject\bin\$Configuration$\net462\Nuclex.Windows.Forms.Ninject.dll" target="lib/net6.0-windows7.0" />
|
||||||
|
<file src="Nuclex.Windows.Forms.Ninject\bin\$Configuration$\net6.0-windows\Nuclex.Windows.Forms.Ninject.xml" target="lib/net6.0-windows7.0" />
|
||||||
|
<file src="Nuclex.Support\ReadMe.md" target="ReadMe.md" />
|
||||||
|
</files>
|
||||||
|
</package>
|
Loading…
Reference in New Issue
Block a user