Skip to content

Commit

Permalink
Fix and add a proper C# proj
Browse files Browse the repository at this point in the history
  • Loading branch information
RodXPP committed May 26, 2023
1 parent 3c8735a commit f0d8536
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 1 addition & 2 deletions c#/rodxpp/src/Program.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
//Write to console Hi geeks
Console.WriteLine("Hi geeks");
Console.WriteLine("Hello Geeks");
10 changes: 10 additions & 0 deletions c#/rodxpp/src/src.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>

0 comments on commit f0d8536

Please sign in to comment.