v0.0.0 Replace NodeJS with .NET

This commit is contained in:
Murtadha 2024-08-22 19:52:43 -04:00
parent 6d6cfc2c68
commit e6cb076ab8
12 changed files with 62 additions and 82 deletions

View file

@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>