36 lines
2.0 KiB
Plaintext
36 lines
2.0 KiB
Plaintext
|
<?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>
|
||
|
<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="svn" url="https://devel.nuclex.org/framework/svn" commit="3469" />
|
||
|
<repository type="git" url="https://github.com/nuclex-shared-dotnet/Nuclex.Support.git" commit="a59facff90816bb3d7d53761ffea43c0102e6047" />
|
||
|
<repository type="git" url="https://github.com/nuclex-shared-dotnet/Nuclex.Windows.Forms.git" commit="7a0ae3b3c70da4a1202d2d5fc5fe6ebf6c984b6e" />
|
||
|
<repository type="git" url="https://github.com/nuclex-shared-dotnet/Nuclex.Windows.Forms.Ninject.git" commit="69842a3790dc2e3ce87f1b82694dd4cdc218fff8" />
|
||
|
<dependencies>
|
||
|
<group targetFramework=".NETFramework4.62">
|
||
|
<dependency id="NUnit" version="[2.6.0, 3.0.0)" />
|
||
|
<dependency id="NMock3" version="3.0.0" />
|
||
|
</group>
|
||
|
<group targetFramework=".NETFramework4.0">
|
||
|
<dependency id="NUnit" version="[2.6.0, 3.0.0)" />
|
||
|
<dependency id="NMock3" version="3.0.0" />
|
||
|
</group>
|
||
|
</dependencies>
|
||
|
<dependencies />
|
||
|
</metadata>
|
||
|
<files>
|
||
|
<file src="MultiLib.Project\bin\$configuration$\netstandard2.0\MultiLib.Project.dll" target="lib/netstandard2.0" />
|
||
|
<file src="MultiLib.Project\bin\$configuration$\netstandard2.0\MultiLib.Dependency1.dll" target="lib/netstandard2.0" />
|
||
|
<file src="MultiLib.Project\bin\$configuration$\netstandard2.0\MultiLib.Dependency2.dll" target="lib/netstandard2.0" />
|
||
|
</files>
|
||
|
</package>
|