Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'samples/HelloMvc/project.json')
-rw-r--r--samples/HelloMvc/project.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/samples/HelloMvc/project.json b/samples/HelloMvc/project.json
index 36082d31f8..113405c293 100644
--- a/samples/HelloMvc/project.json
+++ b/samples/HelloMvc/project.json
@@ -1,10 +1,10 @@
{
"dependencies": {
- "Kestrel": "1.0.0-*",
- "Microsoft.AspNet.Diagnostics": "1.0.0-*",
- "Microsoft.AspNet.Hosting": "1.0.0-*",
- "Microsoft.AspNet.Mvc": "6.0.0-*",
- "Microsoft.AspNet.Server.WebListener": "1.0.0-*"
+ "Kestrel": "1.0.0-alpha4",
+ "Microsoft.AspNet.Diagnostics": "1.0.0-alpha4",
+ "Microsoft.AspNet.Hosting": "1.0.0-alpha4",
+ "Microsoft.AspNet.Mvc": "6.0.0-alpha4",
+ "Microsoft.AspNet.Server.WebListener": "1.0.0-alpha4"
},
"commands": {
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5001",