зеркало из
1
0
Форкнуть 0

Merge branch 'release' into dev

This commit is contained in:
N. Taylor Mullen 2015-04-07 14:43:04 -07:00
Родитель c686541621 90284de95e
Коммит 3d1774cffc
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,8 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// 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.Framework.DependencyInjection.Tests")]
[assembly: AssemblyMetadata("Serviceable", "True")]

Просмотреть файл

@ -1,6 +1,8 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// 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.Framework.DependencyInjection.Tests")]
[assembly: AssemblyMetadata("Serviceable", "True")]