Base solution for your next web application
Open Closed

Version 13.2 will not build because of the Flurl.Http nuget package in the Application.Client project. #12038


User avatar
0
mfainc created

The problem we are having is with the latest version 13.2 of ASP.NET Zero. Before merging the latest download to our project, I ensure that everything builds in the newest solution but in the [project].Application.Client  solution project the ModernHttpClientFactory.cs inherits from DefaultHttpClientFactory which comes from the Flurl.Http nuget package reference. DefaultHttpClientFactory is no longer part of the version 4.0.2 so I changed it to a 3.x version and it comes back but that breaks other code that is using the 4.0.2 version of Flurl.Http. Because of this we are not able to build the solution.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @mfainc

    This class has been removed, you can delete it from your project.