1
0

Add empty Domain class library.

This commit is contained in:
Kevin Matsubara 2025-07-05 17:12:00 +02:00
parent 12e6cc93d2
commit 8f2d1bd703
2 changed files with 15 additions and 0 deletions

6
IR.Domain/Class1.cs Normal file
View File

@ -0,0 +1,6 @@
namespace IR.Domain;
public class Class1
{
}

View File

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