Add Debugger

This commit is contained in:
Snoweuph 2023-03-28 10:20:37 +02:00
parent 73d6593cd1
commit daec0d625f

10
fibbonachio.csproj Normal file
View file

@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>