Add empty Domain class library.
This commit is contained in:
parent
12e6cc93d2
commit
8f2d1bd703
6
IR.Domain/Class1.cs
Normal file
6
IR.Domain/Class1.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace IR.Domain;
|
||||
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
||||
9
IR.Domain/IR.Domain.csproj
Normal file
9
IR.Domain/IR.Domain.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>
|
||||
Loading…
x
Reference in New Issue
Block a user