This commit is contained in:
2025-07-25 05:53:28 +02:00
parent a00643fb94
commit 40bd228836
4 changed files with 33 additions and 0 deletions

6
adapter/Class1.cs Normal file
View File

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

9
adapter/adapter.csproj Normal file
View File

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