Bump to . net 9
This commit is contained in:
@@ -10,11 +10,6 @@ public class DefaultHostBuilder :
|
||||
public static IHostBuilder Create()
|
||||
{
|
||||
return new HostBuilder()
|
||||
.UseContentRoot("Local", true)
|
||||
.ConfigureAppConfiguration((context, config) =>
|
||||
{
|
||||
config.AddJsonFile("Settings.json", true, true);
|
||||
})
|
||||
.ConfigureServices((context, services) =>
|
||||
{
|
||||
services.AddScoped<IServiceFactory>(provider =>
|
||||
|
||||
Reference in New Issue
Block a user