From 3e02b8a8693b633dfac04d484c7f1cb058b8063a Mon Sep 17 00:00:00 2001 From: Glenn Date: Thu, 24 Apr 2014 15:32:05 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 057268da79..2b2bc95dd1 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,10 @@ By default when running the applications you are running against Desktop CLR (4. Currently the BCL is split into some fairly fine grained packages, which was one of the goals of this effort. However, the packages that exist today do not necessarily represent the list of packages that we will end up with. We are still experimenting with what makes sense to be a package and what the experience should be. +#OS Requirements + +Today Core CLR will only work on Windows 8 and above, otherwise we support Windows 7 and above. Before RTM Core CLR will support Windows 7 as well. + #Feedback You can log issues in this repo in order to start discussions, ask questions, make suggestions, etc.