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 304c8f7 commit d0b806dCopy full SHA for d0b806d
EliteAPI/Class1.cs
EliteAPI/EliteAPI.csproj
@@ -4,6 +4,7 @@
4
<TargetFramework>net10.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
+ <OutputType>Exe</OutputType>
8
</PropertyGroup>
9
10
</Project>
EliteAPI/Main.cs
@@ -0,0 +1 @@
1
+ Console.WriteLine("Hello");
0 commit comments