Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

.net core (3.1) web api problem #14

Open
guymalka opened this issue Jul 27, 2020 · 0 comments
Open

.net core (3.1) web api problem #14

guymalka opened this issue Jul 27, 2020 · 0 comments

Comments

@guymalka
Copy link

can't add .UseSerilog() in 3.1 v

public static IHostBuilder CreateHostBuilder(string[] args) =>
Host.CreateDefaultBuilder(args)
.ConfigureWebHostDefaults(webBuilder =>
{

                webBuilder.UseStartup<Startup>().**UseSerilog**();
            });
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant