50 lines
3.0 KiB
XML
50 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>Nuclex.Foundation.DependencyInjection</id>
|
|
<version>1.2.0</version>
|
|
<title>Dependency injection bindings for the 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/orgs/nuclex-shared-dotnet/repositories</projectUrl>
|
|
<description>Bindings to use Microsoft's (and compatible) dependency injector in Microsoft.Extensions.DependencyInjection(.Asbtraction) for view models with Nuclex.Windows.Forms</description>
|
|
<language>en-US</language>
|
|
<tags>mvvm,util,ninject,dependency-injection</tags>
|
|
<icon>nuclex-logo.png</icon>
|
|
<repository type="git" url="https://github.com/nuclex-shared-dotnet/Nuclex.Windows.Forms.DependencyInjection.git" commit="573b7ab93d25034a649bdf401f5439ec15c165f5" />
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework4.6.2">
|
|
<dependency id="Nuclex.Foundation" version="[1.2.0, 2.0.0)" exclude="Build,Analyzers" />
|
|
<dependency id="Microsoft.Extensions.DependencyInjection.Asbtraction" version="[8.0.0, 10.0.0)" exclude="Build,Analyzers" />
|
|
</group>
|
|
<group targetFramework="net8.0-windows7.0">
|
|
<dependency id="Nuclex.Foundation" version="[1.2.0, 2.0.0)" exclude="Build,Analyzers" />
|
|
<dependency id="Microsoft.Extensions.DependencyInjection.Asbtraction" version="[8.0.0, 10.0.0)" exclude="Build,Analyzers" />
|
|
</group>
|
|
</dependencies>
|
|
<frameworkReferences>
|
|
<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 Framework 4.6.2 (with Windows.Forms) -->
|
|
<file src="Nuclex.Windows.Forms.DependencyInjection\bin\$Configuration$\net462\Nuclex.Windows.Forms.DependencyInjection.dll" target="lib/net462" />
|
|
<file src="Nuclex.Windows.Forms.DependencyInjection\bin\$Configuration$\net462\Nuclex.Windows.Forms.DependencyInjection.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.Windows.Forms.DependencyInjection\bin\$Configuration$\net8.0-windows\Nuclex.Windows.Forms.DependencyInjection.dll" target="lib/net8.0-windows7.0" />
|
|
<file src="Nuclex.Windows.Forms.DependencyInjection\bin\$Configuration$\net8.0-windows\Nuclex.Windows.Forms.DependencyInjection.xml" target="lib/net8.0-windows7.0" />
|
|
|
|
</files>
|
|
</package> |