From ed0d83da2431a04d64c28b8b7ca9c76fb7311ed9 Mon Sep 17 00:00:00 2001 From: markpollack Date: Mon, 3 May 2010 14:10:51 +0000 Subject: [PATCH] misc update on instructions to use with .NET 3.0 --- build-support/readme-net-3.0.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/build-support/readme-net-3.0.txt b/build-support/readme-net-3.0.txt index 8f905ade..a9468322 100644 --- a/build-support/readme-net-3.0.txt +++ b/build-support/readme-net-3.0.txt @@ -1,6 +1,8 @@ -Spring.NET 1.3 supports .NET 1.1, 2.0, 3.0 and 3.5. +Spring.NET 1.3 supports .NET 1.1, 2.0, 3.0 and 3.5. -This folder contains DLLs specific for .NET 3.0. When on .NET 3.0 or higher, you should use the -the libraries from the bin\net\3.0 directory and all other Spring DLLs from the bin\net\2.0 directory +To use Spring.NET with .NET 3.0 use the Spring.Services.dll in the bin\net\3.0\debug or bin\net\3.0\release directory. + +All other Spring DLLs should be taken from the directory bin\net\2.0\debug or bin\net\3.0\release. + +The Spring.Services.dll in the bin\net\3.0 directory is built against Spring DLLs in the corresponding bin\net\2.0 directory. -The libraries in the bin\net\3.0 directory is built against Spring DLLs in the corresponding bin\net\2.0 directory.