Skip to content

Commit

Permalink
Explicitly mark the WinForms client app as Windows-only.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsagara committed Mar 7, 2024
1 parent 89a566f commit 7e8e203
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/IdParser.Core.Client/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using System;
using System.Runtime.Versioning;
using System.Windows.Forms;

[assembly: SupportedOSPlatform("windows")]
namespace IdParser.Core.Client;

static class Program
Expand Down

0 comments on commit 7e8e203

Please sign in to comment.