From c2c2c6b55d502ee541fa28a1d367b77fe6ad7bb4 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Sun, 8 Mar 2015 12:56:25 -0700 Subject: [PATCH] Update aspnet50/aspnetcore50 => dnx451/dnxcore50. --- samples/SessionSample/project.json | 2 +- src/Microsoft.AspNet.Session/project.json | 8 ++++---- test/Microsoft.AspNet.Session.Tests/project.json | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/SessionSample/project.json b/samples/SessionSample/project.json index 4a82a27681..bb1d2639df 100644 --- a/samples/SessionSample/project.json +++ b/samples/SessionSample/project.json @@ -11,6 +11,6 @@ }, "commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" }, "frameworks" : { - "aspnet50" : { } + "dnx451" : { } } } diff --git a/src/Microsoft.AspNet.Session/project.json b/src/Microsoft.AspNet.Session/project.json index a25ad4f50c..660f7a9578 100644 --- a/src/Microsoft.AspNet.Session/project.json +++ b/src/Microsoft.AspNet.Session/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "description": "ASP.NET 5 session state middleware.", "dependencies": { @@ -11,11 +11,11 @@ "allowUnsafe": true }, "frameworks": { - "aspnet50": { }, - "aspnetcore50": { + "dnx451": { }, + "dnxcore50": { "dependencies": { "System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*" } } } -} \ No newline at end of file +} diff --git a/test/Microsoft.AspNet.Session.Tests/project.json b/test/Microsoft.AspNet.Session.Tests/project.json index 44053dc03b..85aa60f3ea 100644 --- a/test/Microsoft.AspNet.Session.Tests/project.json +++ b/test/Microsoft.AspNet.Session.Tests/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Microsoft.AspNet.Session": "1.0.0-*", "Microsoft.AspNet.RequestContainer": "1.0.0-*", @@ -10,6 +10,6 @@ "test": "xunit.runner.kre" }, "frameworks": { - "aspnet50": {} + "dnx451": {} } -} \ No newline at end of file +}