Removed packages.config since we're using project references now

This commit is contained in:
cygon 2024-07-25 22:26:09 +02:00
parent 9f156197c7
commit 37322ac930
2 changed files with 7 additions and 11 deletions

View File

@ -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)

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Ninject" version="2.2.1.4" targetFramework="net462" />
</packages>