From 8f2d1bd7037852085d368974874e0dc1550218f7 Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Sat, 5 Jul 2025 17:12:00 +0200 Subject: [PATCH] Add empty Domain class library. --- IR.Domain/Class1.cs | 6 ++++++ IR.Domain/IR.Domain.csproj | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 IR.Domain/Class1.cs create mode 100644 IR.Domain/IR.Domain.csproj diff --git a/IR.Domain/Class1.cs b/IR.Domain/Class1.cs new file mode 100644 index 0000000..fa4dde7 --- /dev/null +++ b/IR.Domain/Class1.cs @@ -0,0 +1,6 @@ +namespace IR.Domain; + +public class Class1 +{ + +} diff --git a/IR.Domain/IR.Domain.csproj b/IR.Domain/IR.Domain.csproj new file mode 100644 index 0000000..125f4c9 --- /dev/null +++ b/IR.Domain/IR.Domain.csproj @@ -0,0 +1,9 @@ + + + + net9.0 + enable + enable + + +