C#: Add small dummy project.

This commit is contained in:
Michael Nebel
2022-10-11 15:44:33 +02:00
parent 4b649e0bad
commit 2a0c3636c7
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");

View File

@@ -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>