Removed packages.config since we're using project references now
This commit is contained in:
parent
9f156197c7
commit
37322ac930
|
@ -30,15 +30,15 @@ The actual, direct requirements of the code to compile are:
|
|||
|
||||
* Nuclex.Support (project)
|
||||
* Nuclex.Windows.Forms (project)
|
||||
* ninject
|
||||
* nunit (optional, if unit tests are built)
|
||||
* nmock (optional, if unit tests are built)
|
||||
* ninject (NuGet package)
|
||||
* nunit (NuGet package, optional, if unit tests are built)
|
||||
* nmock (NuGet package, optional, if unit tests are built)
|
||||
|
||||
|
||||
To Use this Library as a Binary
|
||||
-------------------------------
|
||||
|
||||
* Nuclex.Windows.Forms.Ninject.dll
|
||||
* Nuclex.Windows.Forms.dll
|
||||
* Nuclex.Support.dll
|
||||
* Ninject.dll
|
||||
* Nuclex.Support (project)
|
||||
* Nuclex.Windows.Forms (project)
|
||||
* Nuclex.Windows.Forms.Ninject (project)
|
||||
* ninject (NuGet package)
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Ninject" version="2.2.1.4" targetFramework="net462" />
|
||||
</packages>
|
Loading…
Reference in New Issue
Block a user