Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Jul 22, 2022
1 parent bd8d6d8 commit 0239ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Minimail/Minimail.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<TargetFramework>$(TargetFrameworkVersion)</TargetFramework>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Minimail/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Program
{
public static ConcurrentDictionary<string, object> _whitelist;

public static async Task Main(string[] args)
public static void Main(string[] args)
{
Console.WriteLine("Welcome to Minimail");

Expand Down

0 comments on commit 0239ea2

Please sign in to comment.