NuGet Icon Warning

The IconURL is depreciate in favor of an embedded icon file in the package
This commit is contained in:
Leigh
2021-04-30 10:50:12 +02:00
parent 9037f49680
commit 14801e7f0d
6 changed files with 18 additions and 2 deletions

View File

@ -5,6 +5,13 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<None Include="icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Client\[Owner].[Module].Client.csproj" />
<ProjectReference Include="..\Server\[Owner].[Module].Server.csproj" />