Fix NuGet Warning NU5048

Icon URL is deprecated in favor of embedding the icon inside the NuGet package.
This commit is contained in:
Leigh Pointer
2021-04-28 09:17:01 +02:00
parent a79ba591fe
commit cad5ce51fc
7 changed files with 28 additions and 9 deletions

View File

@ -1,10 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<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" />