Fixed Microsoft.AspNet.Mvc.Common unneeded assemblyinfo.

This commit is contained in:
N. Taylor Mullen 2015-01-23 16:29:31 -08:00
parent af3044a3d1
commit 074eae6059
2 changed files with 1 additions and 8 deletions

View File

@ -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")]

View File

@ -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-*"
},