Skip to content

Commit ad06d90

Browse files
committed
Update README.md
1 parent 1167b7e commit ad06d90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,22 @@ If you can do all of the above then everything should be working. You can try ou
5656

5757
#Switching to Core CLR
5858

59-
By default when running the applications you are running against Desktop CLR (4.5), you can change that by setting the TARGET_FRAMEWORK variable:
59+
By default when running the applications you are running against Desktop CLR (4.5), you can change that using the KVM command.
6060

61-
1. Run ```set TARGET_FRAMEWORK=k10```
61+
1. Run ```kvm upgrade -svrc50``` This command gets the latest Core CLR version of the k runtime and sets it as your default. The -svrc50 switch tells it to use Core CLR, you can use -svr50 to target desktop again.
6262
2. Run ```K web```
6363
3. The first line of your output should say "Loaded Module: klr.core45.dll" instead of "Loaded Module: klr.net45.dll"
6464
4. The HelloWeb app should work the same as when running on Desktop CLR.
6565

66-
**NOTE: There are going to be parts of the stack that work on Desktop but do not work on Core CLR. This set should get smaller and smaller as time goes on, but it is entirely likely as you use Core CLR you will hit errors that can't be worked around as the Core CLR surface area just does not exist yet. An example of this type of problem is using Entity Framework with a database. There are not currently any real database providers that work on Core CLR, so you will be restricted to in-memory EF on Core CLR.**
66+
**NOTE: There are going to be parts of the stack that work on Desktop but do not work on Core CLR. This set should get smaller and smaller as time goes on, but it is entirely likely as you use Core CLR you will hit errors that can't be worked around as the Core CLR surface area just does not exist yet.**
6767

6868
#Core CLR Packages
6969

7070
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.
7171

7272
#OS Requirements
7373

74-
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.
74+
Windows 7 and above, though Core CLR will only work on Windows 8 today. So if using Core CLR you will need to be on Windows 8 or above. Before RTM Core CLR will support Windows 7 as well.
7575

7676
#Feedback
7777

0 commit comments

Comments
 (0)