init Leanetec.EConnect.Infrastructure

This commit is contained in:
Developer 02
2025-08-12 17:11:55 +02:00
parent 8b248db4e2
commit c3c6ffdf99
2 changed files with 16 additions and 0 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>