From a2298021cdbf433d84d7374963160c8cb8fbedb3 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 16 Jun 2016 15:02:57 -0700 Subject: [PATCH] Update to RTM versions --- src/Microsoft.AspNetCore.Server.IISIntegration/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Server.IISIntegration/project.json b/src/Microsoft.AspNetCore.Server.IISIntegration/project.json index 6f394e0853..4b193acc3e 100644 --- a/src/Microsoft.AspNetCore.Server.IISIntegration/project.json +++ b/src/Microsoft.AspNetCore.Server.IISIntegration/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-rc3-*", + "version": "1.0.0-rtm-*", "buildOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk",