Added Domain and Infrastructure projects

This commit is contained in:
2026-08-15 10:15:45 +02:00
parent 7d6fefeb8e
commit cd7eb15cc4
5 changed files with 32 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace PostFundManagement.Domain;
public class Class1
{
}
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>