You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,23 @@ ASP.NET vNext is being actively developed by the ASP.NET team assigned to the Mi
8
8
9
9
The samples provided in this repo are designed to show some of the features of the new framework and to provide a starting point for further exploration. The NuGet.config file in the repo points to a MyGet feed (https://www.myget.org/F/aspnetmaster/) that has all the packages being developed. This feed is updated with each preview release. To try out the latest bits under development use the dev feed instead (https://www.myget.org/F/aspnetvnext).
10
10
11
+
## Contents
12
+
13
+
*[Minimum Requirements](#minimum-requirements)
14
+
*[Getting Started](#getting-started)
15
+
*[Samples](#samples)
16
+
*[Documentation and Further Learning](#documentation-and-further-learning)
17
+
*[Feedback](#feedback)
18
+
11
19
## Minimum Requirements
12
20
13
21
These are the current minimum requirements for the latest preview release. They do not necessarily represent what the final minimum requirements will be.
14
22
15
-
####Windows
23
+
### Windows
16
24
* Windows 7 or Windows Server 2008 R2.
17
25
* .NET 4.5.1 for hosting in IIS
18
26
19
-
####OS X/Linux
27
+
### OS X/Linux
20
28
* Mono 3.4.1 or later (Note: On OS X use the Homebrew formula specified below to install the required version of Mono)
21
29
* bash or zsh and curl
22
30
@@ -62,7 +70,7 @@ Now that you have KVM setup you can install the latest version of the runtime by
62
70
63
71
This command will download the specified version of the K Runtime Environment (KRE), and put it on your user profile ready to use. You are now ready to start using ASP.NET vNext!
64
72
65
-
# Samples
73
+
##Samples
66
74
67
75
The samples in this repo are basic starting points for you to experiment with.
68
76
@@ -100,19 +108,19 @@ By default when running ASP.NET vNext applications on the Windows platform you a
We have some useful documentation on the wiki of this Repo. This wiki is a central spot for docs from any part of the stack.
110
118
111
119
If you see errors, or want some extra content, then feel free to create an issue or send a pull request (see feedback section below).
112
120
113
-
####[ASP.NET/vNext](http://www.asp.net/vnext)
121
+
### [ASP.NET/vNext](http://www.asp.net/vnext)
114
122
The vNext page on the ASP.NET site has links to some TechEd videos and articles with some good information about vNext.
115
123
116
-
# Feedback
124
+
##Feedback
117
125
118
126
Check out the [contributing](https://github.com/aspnet/Home/blob/master/CONTRIBUTING.md) page to see the best places to log issues and start discussions.
0 commit comments