From 9bb460d5abac147aa040bd41f67f71c016ab9af3 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Sun, 5 Oct 2014 12:04:53 -0700 Subject: [PATCH] Fixup references --- src/Microsoft.AspNet.Razor/project.json | 39 ++++++++++--------- test/Microsoft.AspNet.Razor.Test/project.json | 2 +- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/src/Microsoft.AspNet.Razor/project.json b/src/Microsoft.AspNet.Razor/project.json index aeba1cb444..122c563af3 100644 --- a/src/Microsoft.AspNet.Razor/project.json +++ b/src/Microsoft.AspNet.Razor/project.json @@ -1,25 +1,26 @@ { "version": "4.0.0-*", - "dependencies": { - "System.Collections": "4.0.10.0", - "System.Diagnostics.Debug": "4.0.10.0", - "System.Diagnostics.Tools": "4.0.0.0", - "System.Globalization": "4.0.10.0", - "System.IO": "4.0.10.0", - "System.IO.FileSystem": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Reflection": "4.0.10.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.20.0", - "System.Runtime.Extensions": "4.0.10.0", - "System.Runtime.InteropServices": "4.0.20.0", - "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.10.0", - "System.Threading.Thread": "4.0.0.0", - "System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0" - }, "frameworks": { "net45": { }, - "aspnetcore50": { } + "aspnetcore50": { + "dependencies": { + "System.Collections": "4.0.10.0", + "System.Diagnostics.Debug": "4.0.10.0", + "System.Diagnostics.Tools": "4.0.0.0", + "System.Globalization": "4.0.10.0", + "System.IO": "4.0.10.0", + "System.IO.FileSystem": "4.0.0.0", + "System.Linq": "4.0.0.0", + "System.Reflection": "4.0.10.0", + "System.Resources.ResourceManager": "4.0.0.0", + "System.Runtime": "4.0.20.0", + "System.Runtime.Extensions": "4.0.10.0", + "System.Runtime.InteropServices": "4.0.20.0", + "System.Threading": "4.0.0.0", + "System.Threading.Tasks": "4.0.10.0", + "System.Threading.Thread": "4.0.0.0", + "System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0" + } + } } } diff --git a/test/Microsoft.AspNet.Razor.Test/project.json b/test/Microsoft.AspNet.Razor.Test/project.json index 5ec017e375..eecfeaeb18 100644 --- a/test/Microsoft.AspNet.Razor.Test/project.json +++ b/test/Microsoft.AspNet.Razor.Test/project.json @@ -2,7 +2,7 @@ "resources": "TestFiles/**/*", "dependencies": { "Moq": "4.2.1312.1622", - "Microsoft.AspNet.Razor": "", + "Microsoft.AspNet.Razor": "4.0.0-*", "Microsoft.AspNet.Testing": "1.0.0-*", "Xunit.KRunner": "1.0.0-*" },