Fixed typos (nothing that should affect the package install); added new dependency injection project to Visual Studio Codium workspace
This commit is contained in:
parent
0c2f0f787f
commit
ba91335e08
@ -10,7 +10,7 @@
|
|||||||
<license type="expression">Apache-2.0</license>
|
<license type="expression">Apache-2.0</license>
|
||||||
<readme>ReadMe.md</readme>
|
<readme>ReadMe.md</readme>
|
||||||
<projectUrl>https://github.com/orgs/nuclex-shared-dotnet/repositories</projectUrl>
|
<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>
|
<description>Bindings to use Microsoft's (and compatible) dependency injector in Microsoft.Extensions.DependencyInjection(.Abstractions) for view models with Nuclex.Windows.Forms</description>
|
||||||
<language>en-US</language>
|
<language>en-US</language>
|
||||||
<tags>mvvm,util,ninject,dependency-injection</tags>
|
<tags>mvvm,util,ninject,dependency-injection</tags>
|
||||||
<icon>nuclex-logo.png</icon>
|
<icon>nuclex-logo.png</icon>
|
||||||
@ -18,11 +18,11 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<group targetFramework=".NETFramework4.6.2">
|
<group targetFramework=".NETFramework4.6.2">
|
||||||
<dependency id="Nuclex.Foundation" version="[1.2.0, 2.0.0)" exclude="Build,Analyzers" />
|
<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" />
|
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="[8.0.0, 10.0.0)" exclude="Build,Analyzers" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="net8.0-windows7.0">
|
<group targetFramework="net8.0-windows7.0">
|
||||||
<dependency id="Nuclex.Foundation" version="[1.2.0, 2.0.0)" exclude="Build,Analyzers" />
|
<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" />
|
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="[8.0.0, 10.0.0)" exclude="Build,Analyzers" />
|
||||||
</group>
|
</group>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<frameworkReferences>
|
<frameworkReferences>
|
||||||
@ -47,4 +47,4 @@
|
|||||||
<file src="Nuclex.Windows.Forms.DependencyInjection\bin\$Configuration$\net8.0-windows\Nuclex.Windows.Forms.DependencyInjection.xml" 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>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
|
@ -8,6 +8,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "Nuclex.Windows.Forms.Ninject"
|
"path": "Nuclex.Windows.Forms.Ninject"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "Nuclex.Windows.Forms.DependencyInjection"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user