Fixed Microsoft.AspNet.Mvc.Common unneeded assemblyinfo.
This commit is contained in:
parent
af3044a3d1
commit
074eae6059
|
|
@ -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")]
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"warningsAsErrors": "true"
|
"warningsAsErrors": "true"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Mvc.Common": "6.0.0-*",
|
"Microsoft.AspNet.Mvc.Common": { "version": "6.0.0-*", "type": "build" },
|
||||||
"xunit.runner.kre": "1.0.0-*",
|
"xunit.runner.kre": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Testing": "1.0.0-*"
|
"Microsoft.AspNet.Testing": "1.0.0-*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue