1
0

Add empty Data class library.

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

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

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

9
IR.Data/IR.Data.csproj Normal file
View File

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