From 3eb118d6db672eb8e27f2b2478b0688141782654 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Mon, 29 Nov 2021 15:50:24 +0300 Subject: Async/await ready solution init commit --- app.config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app.config (limited to 'app.config') diff --git a/app.config b/app.config new file mode 100644 index 0000000..59eda38 --- /dev/null +++ b/app.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + -- cgit v1.2.3 From 198e5c886f0e32b953e8a8bb25c087e035093604 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Mon, 29 Nov 2021 15:52:35 +0300 Subject: AngleSharp add --- app.config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app.config') diff --git a/app.config b/app.config index 59eda38..3f5b7b7 100644 --- a/app.config +++ b/app.config @@ -1,15 +1,15 @@ - + - - + + - - + + - + -- cgit v1.2.3