Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated csproj fields #22

Closed
Ceridan opened this issue Apr 10, 2020 · 1 comment
Closed

Fix deprecated csproj fields #22

Ceridan opened this issue Apr 10, 2020 · 1 comment
Labels
chore Updating build tasks, package manager configs, etc; no production code change

Comments

@Ceridan
Copy link
Contributor

Ceridan commented Apr 10, 2020

Problem description
Release pipeline mark some fields as deprecated. See logs below:

##[warning]/opt/hostedtoolcache/dncs/3.1.100/x64/sdk/3.1.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(198,5): warning NU5125: The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead. [/home/runner/work/httpclient-resilience-policies/httpclient-resilience-policies/src/Dodo.HttpClient.ResiliencePolicies/Dodo.HttpClient.ResiliencePolicies.csproj]
##[warning]/opt/hostedtoolcache/dncs/3.1.100/x64/sdk/3.1.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(198,5): warning NU5048: The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [/home/runner/work/httpclient-resilience-policies/httpclient-resilience-policies/src/Dodo.HttpClient.ResiliencePolicies/Dodo.HttpClient.ResiliencePolicies.csproj]
@Ceridan Ceridan added the chore Updating build tasks, package manager configs, etc; no production code change label Apr 10, 2020
@Ceridan
Copy link
Contributor Author

Ceridan commented May 19, 2020

Resolved in #31

@Ceridan Ceridan closed this as completed May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Updating build tasks, package manager configs, etc; no production code change
Projects
None yet
Development

No branches or pull requests

1 participant