From 5f7f6f6efa0c12b8267d2d6bd1e1afda6280f8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=A4felfinger?= Date: Fri, 7 Oct 2022 23:08:05 +0200 Subject: [PATCH] moves assembly visible to csproj --- PiwigoDotnet/Piwigo.Client/Assemblyinfo.cs | 3 --- PiwigoDotnet/Piwigo.Client/Piwigo.Client.csproj | 12 +++++++++--- 2 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 PiwigoDotnet/Piwigo.Client/Assemblyinfo.cs diff --git a/PiwigoDotnet/Piwigo.Client/Assemblyinfo.cs b/PiwigoDotnet/Piwigo.Client/Assemblyinfo.cs deleted file mode 100644 index 0d44aba..0000000 --- a/PiwigoDotnet/Piwigo.Client/Assemblyinfo.cs +++ /dev/null @@ -1,3 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("Piwigo.Client.Tests")] \ No newline at end of file diff --git a/PiwigoDotnet/Piwigo.Client/Piwigo.Client.csproj b/PiwigoDotnet/Piwigo.Client/Piwigo.Client.csproj index cecd204..f5511e4 100644 --- a/PiwigoDotnet/Piwigo.Client/Piwigo.Client.csproj +++ b/PiwigoDotnet/Piwigo.Client/Piwigo.Client.csproj @@ -5,10 +5,16 @@ enable enable - + - - + + <_Parameter1>$(AssemblyName).Tests + + + + + +