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.Support (project)
|
||||||
* Nuclex.Windows.Forms (project)
|
* Nuclex.Windows.Forms (project)
|
||||||
* ninject
|
* ninject (NuGet package)
|
||||||
* nunit (optional, if unit tests are built)
|
* nunit (NuGet package, optional, if unit tests are built)
|
||||||
* nmock (optional, if unit tests are built)
|
* nmock (NuGet package, optional, if unit tests are built)
|
||||||
|
|
||||||
|
|
||||||
To Use this Library as a Binary
|
To Use this Library as a Binary
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
* Nuclex.Windows.Forms.Ninject.dll
|
* Nuclex.Support (project)
|
||||||
* Nuclex.Windows.Forms.dll
|
* Nuclex.Windows.Forms (project)
|
||||||
* Nuclex.Support.dll
|
* Nuclex.Windows.Forms.Ninject (project)
|
||||||
* Ninject.dll
|
* 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