From 872f18b63be634d9a11e99552c027a54beaa8727 Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Tue, 24 Jun 2014 10:18:33 -0700 Subject: [PATCH] Update Claims dependency to 1.0.0-*. --- src/Microsoft.AspNet.Server.WebListener/project.json | 2 +- src/Microsoft.Net.Server/project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNet.Server.WebListener/project.json b/src/Microsoft.AspNet.Server.WebListener/project.json index 28f41ada38..80244672cb 100644 --- a/src/Microsoft.AspNet.Server.WebListener/project.json +++ b/src/Microsoft.AspNet.Server.WebListener/project.json @@ -32,7 +32,7 @@ "System.Runtime.Extensions": "4.0.10.0", "System.Runtime.Handles": "4.0.0.0", "System.Runtime.InteropServices": "4.0.20.0", - "System.Security.Claims": "0.1-alpha-*", + "System.Security.Claims": "1.0.0-*", "System.Security.Cryptography.X509Certificates": "4.0.0.0", "System.Security.Principal": "4.0.0.0", "System.Text.Encoding": "4.0.20.0", diff --git a/src/Microsoft.Net.Server/project.json b/src/Microsoft.Net.Server/project.json index ef68434d86..2a43266d51 100644 --- a/src/Microsoft.Net.Server/project.json +++ b/src/Microsoft.Net.Server/project.json @@ -29,7 +29,7 @@ "System.Runtime.Extensions": "4.0.10.0", "System.Runtime.Handles": "4.0.0.0", "System.Runtime.InteropServices": "4.0.20.0", - "System.Security.Claims": "0.1-alpha-*", + "System.Security.Claims": "1.0.0-*", "System.Security.Cryptography.X509Certificates": "4.0.0.0", "System.Security.Principal": "4.0.0.0", "System.Text.Encoding": "4.0.20.0",