We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426324f commit 112a10dCopy full SHA for 112a10d
src/Tests/Tests.csproj
@@ -5,7 +5,7 @@
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
<LangVersion>Preview</LangVersion>
8
-
+ <AssemblyName>Devlooped.WhatsApp.Tests</AssemblyName>
9
<IsPackable>false</IsPackable>
10
<IsTestProject>true</IsTestProject>
11
</PropertyGroup>
src/WhatsApp/WhatsApp.csproj
@@ -45,7 +45,7 @@
45
</ItemGroup>
46
47
<ItemGroup>
48
- <InternalsVisibleTo Include="Tests" />
+ <InternalsVisibleTo Include="Devlooped.WhatsApp.Tests" />
49
<EmbeddedResource Include="Message.jq" Kind="Text" />
50
51
0 commit comments