CompositionalIT / SAFE-Dojo

An introductory dojo to learn how to develop full stack web applications in F#
379 stars 128 forks source link

Updated deprecated net web client #167

Closed mash-qbe closed 1 year ago

mash-qbe commented 1 year ago

There was an Error message to the use of the Net.WebClient class, which is deprecated as of .NET 5.0. Have updated code to use HttpClient.