parent
f1ef02d2ba
commit
b652ca3332
|
|
@ -0,0 +1,6 @@
|
|||
// 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.Reflection;
|
||||
|
||||
[assembly: AssemblyMetadata("Serviceable", "True")]
|
||||
|
|
@ -1,9 +1,11 @@
|
|||
// 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.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly: InternalsVisibleTo("Microsoft.AspNet.Identity.Test")]
|
||||
[assembly: InternalsVisibleTo("Microsoft.AspNet.Identity.EntityFramework.Test")]
|
||||
[assembly: InternalsVisibleTo("Microsoft.AspNet.Identity.EntityFramework.InMemory.Test")]
|
||||
[assembly: InternalsVisibleTo("Microsoft.AspNet.Identity.InMemory.Test")]
|
||||
[assembly: InternalsVisibleTo("Microsoft.AspNet.Identity.InMemory.Test")]
|
||||
[assembly: AssemblyMetadata("Serviceable", "True")]
|
||||
|
|
|
|||
Loading…
Reference in New Issue