Skip to content

Commit 9eb024c

Browse files
committed
chore: adds platform attributes to suppress warnings
1 parent b5a7c37 commit 9eb024c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/OoasGui/MainForm.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
namespace OoasGui
2424
{
25+
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
2526
public partial class MainForm : Form
2627
{
2728
private OpenApiFormat Format { get; set; } = OpenApiFormat.Json;

src/OoasGui/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
namespace OoasGui
55
{
6+
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
67
static class Program
78
{
89
/// <summary>

0 commit comments

Comments
 (0)