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/HelloWeb/project.json')
-rw-r--r--samples/HelloWeb/project.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/samples/HelloWeb/project.json b/samples/HelloWeb/project.json
index 583d9546b5..a3a0e50b28 100644
--- a/samples/HelloWeb/project.json
+++ b/samples/HelloWeb/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.Server.WebListener": "1.0.0-*",
- "Microsoft.AspNet.StaticFiles": "1.0.0-*"
+ "Kestrel": "1.0.0-alpha4",
+ "Microsoft.AspNet.Diagnostics": "1.0.0-alpha4",
+ "Microsoft.AspNet.Hosting": "1.0.0-alpha4",
+ "Microsoft.AspNet.Server.WebListener": "1.0.0-alpha4",
+ "Microsoft.AspNet.StaticFiles": "1.0.0-alpha4"
},
"commands": {
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5001",