remove adapter for more ease of development

This commit is contained in:
2025-07-26 12:39:22 +02:00
parent 40bd228836
commit 4544be2999
13 changed files with 634 additions and 16 deletions

View File

@@ -1,6 +0,0 @@
namespace adapter;
public class Class1
{
}

View File

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