diff --git a/Program.cs b/Program.cs index 3751555..76a0a39 100644 --- a/Program.cs +++ b/Program.cs @@ -1,2 +1,8 @@ -// See https://aka.ms/new-console-template for more information -Console.WriteLine("Hello, World!"); +using OpenQA.Selenium; +using OpenQA.Selenium.Firefox; + +public class Program { + static void Main(string[] args) { + + } +} diff --git a/teams-recording-downloader.csproj b/teams-recording-downloader.csproj index b1f5ccd..ca57d3a 100644 --- a/teams-recording-downloader.csproj +++ b/teams-recording-downloader.csproj @@ -8,4 +8,9 @@ enable + + + + +