<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>sample-csharp</AssemblyName>
<RootNamespace>SampleCSharp</RootNamespace>
<Version>0.1.0</Version>
<Authors>Example Dev</Authors>
</PropertyGroup>
</Project>