Bump to . net 9

This commit is contained in:
TheXamlGuy
2024-10-07 17:38:04 +01:00
parent ae8d62ceb2
commit 1c28659eac
6 changed files with 12 additions and 15 deletions
-5
View File
@@ -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 =>