adapter
This commit is contained in:
6
adapter/Class1.cs
Normal file
6
adapter/Class1.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace adapter;
|
||||
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
9
adapter/adapter.csproj
Normal file
9
adapter/adapter.csproj
Normal file
@@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
Reference in New Issue
Block a user