mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
docs(svcs): 📄 TODO migrate to new hosting model
This commit is contained in:
parent
aeae8b6d67
commit
6c9dc865b5
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ namespace FilterLists.Archival.Api
|
|||
{
|
||||
public static class Program
|
||||
{
|
||||
// TODO: migrate to new hosting model https://docs.microsoft.com/en-us/aspnet/core/migration/50-to-60?view=aspnetcore-6.0&tabs=visual-studio#new-hosting-model
|
||||
public static async Task Main(string[] args)
|
||||
{
|
||||
var host = CreateHostBuilder(args).Build();
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ namespace FilterLists.Directory.Api
|
|||
{
|
||||
public static class Program
|
||||
{
|
||||
// TODO: migrate to new hosting model https://docs.microsoft.com/en-us/aspnet/core/migration/50-to-60?view=aspnetcore-6.0&tabs=visual-studio#new-hosting-model
|
||||
public static async Task Main(string[] args)
|
||||
{
|
||||
var host = CreateHostBuilder(args).Build();
|
||||
|
|
|
|||
Loading…
Reference in a new issue