Skip to content

Commit

Permalink
Fix return type of main method, wi-import
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Hjelm committed Oct 9, 2023
1 parent 1c02aa1 commit 38d081f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WorkItemMigrator/WorkItemImport/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace WorkItemImport
static class Program
{
[STAThread]
static void Main(string[] args)
static int Main(string[] args)
{
VersionInfo.PrintInfoMessage("Work Item Importer");

Expand Down

0 comments on commit 38d081f

Please sign in to comment.