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" } },