From fff64877ffe925837dbabc66f7683a92efbc1b18 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 13 Jul 2016 18:38:55 -0400 Subject: [PATCH] update to aspnet core rtm --- global.json | 8 ++++---- src/Vault/project.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/global.json b/global.json index 281c9c59b3..e793049cd5 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { - "projects": [ "src", "test" ], - "sdk": { - "version": "1.0.0-preview1-002702" - } + "projects": [ "src", "test" ], + "sdk": { + "version": "1.0.0-preview2-003121" + } } diff --git a/src/Vault/project.json b/src/Vault/project.json index c57fbdda66..0b8833a12b 100644 --- a/src/Vault/project.json +++ b/src/Vault/project.json @@ -3,14 +3,14 @@ "environment": "Development", "dependencies": { - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", - "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final" + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", + "Microsoft.AspNetCore.StaticFiles": "1.0.0" }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-preview1-final", + "version": "1.0.0-preview2-final", "imports": "portable-net45+win8+dnxcore50" } },