This repository was archived by the owner on Dec 18, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed
Microsoft.Framework.ConfigurationModel.Interfaces/Properties
Microsoft.Framework.ConfigurationModel.Json/Properties
Microsoft.Framework.ConfigurationModel.Xml/Properties
Microsoft.Framework.ConfigurationModel/Properties Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
2+ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
4+ using System . Reflection ;
5+
6+ [ assembly: AssemblyMetadata ( "Serviceable" , "True" ) ]
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
22// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33
4+ using System . Reflection ;
45using System . Runtime . CompilerServices ;
56
6- [ assembly: InternalsVisibleTo ( "Microsoft.Framework.ConfigurationModel.Json.Test" ) ]
7+ [ assembly: InternalsVisibleTo ( "Microsoft.Framework.ConfigurationModel.Json.Test" ) ]
8+ [ assembly: AssemblyMetadata ( "Serviceable" , "True" ) ]
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
22// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33
4+ using System . Reflection ;
45using System . Runtime . CompilerServices ;
56
6- [ assembly: InternalsVisibleTo ( "Microsoft.Framework.ConfigurationModel.Xml.Test" ) ]
7+ [ assembly: InternalsVisibleTo ( "Microsoft.Framework.ConfigurationModel.Xml.Test" ) ]
8+ [ assembly: AssemblyMetadata ( "Serviceable" , "True" ) ]
Original file line number Diff line number Diff line change 4040[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
4141[ assembly: InternalsVisibleTo ( "Microsoft.Framework.ConfigurationModel.Test" ) ]
4242[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
43+ [ assembly: AssemblyMetadata ( "Serviceable" , "True" ) ]
You can’t perform that action at this time.
0 commit comments