diff --git a/Spring.build b/Spring.build
index 22d453e9..ee8447f7 100644
--- a/Spring.build
+++ b/Spring.build
@@ -1242,7 +1242,6 @@ Commandline Examples:
-
diff --git a/build-support/readme-net-3.0.txt b/build-support/readme-net-3.0.txt
new file mode 100644
index 00000000..8f905ade
--- /dev/null
+++ b/build-support/readme-net-3.0.txt
@@ -0,0 +1,6 @@
+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
+
+The libraries in the bin\net\3.0 directory is built against Spring DLLs in the corresponding bin\net\2.0 directory.
diff --git a/build-support/readme-net-3.5.txt b/build-support/readme-net-3.5.txt
new file mode 100644
index 00000000..14f436ad
--- /dev/null
+++ b/build-support/readme-net-3.5.txt
@@ -0,0 +1,8 @@
+Spring.NET 1.3 supports .NET 1.1, 2.0, 3.0 and 3.5.
+
+There no specific .NET 3.5 DLLs since Spring.NET does not use any features from the .NET 3.5 Framework.
+
+You should use the Spring.Services.dll library from the bin\net\3.0 directory and all other Spring DLLs from the bin\net\2.0 directory
+
+The Spring.Services.dll in the bin\net\3.0 directory is built against Spring DLLs in the corresponding bin\net\2.0 directory.
+