You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you build the project you have this warning :
C:\Program Files\dotnet\sdk\7.0.100\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets(221,5): warning NU5048: The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIc
on'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [C:\dev\meilisearch-dotnet\src\Meilisearch\Meilisearch.csproj]
There is nothing serious but you may want to update the csproj by adding the icon file in this repository and use the PacakgeIcon and drop PacakgeIconUrl
When you build the project you have this warning :
There is nothing serious but you may want to update the csproj by adding the icon file in this repository and use the
PacakgeIcon
and dropPacakgeIconUrl
Microsoft documentation : https://learn.microsoft.com/en-us/nuget/reference/msbuild-targets#packageiconurl
I think you could ignore the backward compatibility tip and completly drop
PacakgeIconUrl
even Microsoft is not using it.The text was updated successfully, but these errors were encountered: