adding js client project

This commit is contained in:
TypoMustakes
2024-04-20 12:20:15 +02:00
parent c4412d5de6
commit ffadc29a75
7 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>