We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a49af3 + 3269bcb commit 7096d93Copy full SHA for 7096d93
1 file changed
Source/BlazorState/BlazorState.csproj
@@ -15,7 +15,7 @@
15
<Description>blazor-state a MediatR pipeline for Blazor state management</Description>
16
<OutputType>Library</OutputType>
17
<PackageId>Blazor-State</PackageId>
18
- <PackageIcon>Logo.png</PackageIcon>
+ <!--<PackageIcon>Logo.png</PackageIcon> This works in dotnet and MSBuild but Nuget still doesn't support it.-->
19
<PackageLicenseFile>UNLICENSE.txt</PackageLicenseFile>
20
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
21
</PropertyGroup>
0 commit comments