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 dca378a commit f52943bCopy full SHA for f52943b
Simplify.Web.MessageBox/Simplify.Web.MessageBox.csproj
@@ -34,6 +34,6 @@
34
<PackageReference Include="Simplify.Web" Version="4.2.*" />
35
</ItemGroup>
36
<ItemGroup>
37
- <None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
+ <None Include="..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
38
39
</Project>
0 commit comments