From 10b9c58766654e077335f3112e73859f0f0a0571 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Mon, 15 Jul 2019 10:50:13 +0200 Subject: [PATCH] - move assemblyInfo to properties folder --- LightweightIocContainer/{ => Properties}/AssemblyInfo.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename LightweightIocContainer/{ => Properties}/AssemblyInfo.cs (56%) diff --git a/LightweightIocContainer/AssemblyInfo.cs b/LightweightIocContainer/Properties/AssemblyInfo.cs similarity index 56% rename from LightweightIocContainer/AssemblyInfo.cs rename to LightweightIocContainer/Properties/AssemblyInfo.cs index 18bea16..581d540 100644 --- a/LightweightIocContainer/AssemblyInfo.cs +++ b/LightweightIocContainer/Properties/AssemblyInfo.cs @@ -4,4 +4,8 @@ using System.Runtime.CompilerServices; -[assembly:InternalsVisibleTo("Test.LightweightIocContainer")] \ No newline at end of file +[assembly:InternalsVisibleTo("Test.LightweightIocContainer")] + +namespace LightweightIocContainer.Properties +{ +} \ No newline at end of file