diff --git a/src/Microsoft.AspNet.Mvc.Common/Properties/AssemblyInfo.cs b/src/Microsoft.AspNet.Mvc.Common/Properties/AssemblyInfo.cs deleted file mode 100644 index 1f3fdbe409..0000000000 --- a/src/Microsoft.AspNet.Mvc.Common/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. - -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("Microsoft.AspNet.Mvc.Common.Test")] -[assembly: InternalsVisibleTo("Microsoft.AspNet.Mvc.Razor.Host")] diff --git a/test/Microsoft.AspNet.Mvc.Common.Test/project.json b/test/Microsoft.AspNet.Mvc.Common.Test/project.json index 8e005b0732..a7cf8777eb 100644 --- a/test/Microsoft.AspNet.Mvc.Common.Test/project.json +++ b/test/Microsoft.AspNet.Mvc.Common.Test/project.json @@ -3,7 +3,7 @@ "warningsAsErrors": "true" }, "dependencies": { - "Microsoft.AspNet.Mvc.Common": "6.0.0-*", + "Microsoft.AspNet.Mvc.Common": { "version": "6.0.0-*", "type": "build" }, "xunit.runner.kre": "1.0.0-*", "Microsoft.AspNet.Testing": "1.0.0-*" },