From 2fe9b5631f79e4861d96eb934fffdcf8de858722 Mon Sep 17 00:00:00 2001 From: Peter Blazejewicz Date: Fri, 13 May 2016 23:26:55 +0200 Subject: [PATCH] Update WebAPI application for RC2. Closes #703 The final bits of RC2 Tested with 1.0.0-preview1-002702 --- .../webapi/Properties/launchSettings.json | 2 +- templates/projects/webapi/project.json | 22 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/projects/webapi/Properties/launchSettings.json b/templates/projects/webapi/Properties/launchSettings.json index 684ecd92..4bfe1b6c 100644 --- a/templates/projects/webapi/Properties/launchSettings.json +++ b/templates/projects/webapi/Properties/launchSettings.json @@ -3,7 +3,7 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:24446/", + "applicationUrl": "http://localhost:55368/", "sslPort": 0 } }, diff --git a/templates/projects/webapi/project.json b/templates/projects/webapi/project.json index 74fba5e6..4d2b9b4a 100644 --- a/templates/projects/webapi/project.json +++ b/templates/projects/webapi/project.json @@ -1,23 +1,23 @@ { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-rc2-3002611", + "version": "1.0.0-rc2-3002702", "type": "platform" }, - "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-20801", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-20801", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20801", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-20801", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-20801", - "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-20801", - "Microsoft.Extensions.Logging": "1.0.0-rc2-20801", - "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20801", - "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-20801" + "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final" }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-rc2-20801", + "version": "1.0.0-preview1-final", "imports": "portable-net45+win8+dnxcore50" } },