We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a7c37 commit 9eb024cCopy full SHA for 9eb024c
src/OoasGui/MainForm.cs
@@ -22,6 +22,7 @@
22
23
namespace OoasGui
24
{
25
+ [System.Runtime.Versioning.SupportedOSPlatform("windows")]
26
public partial class MainForm : Form
27
28
private OpenApiFormat Format { get; set; } = OpenApiFormat.Json;
src/OoasGui/Program.cs
@@ -3,6 +3,7 @@
3
4
5
6
7
static class Program
8
9
/// <summary>
0 commit comments