Add empty Data class library.
This commit is contained in:
parent
8f2d1bd703
commit
453fb82d34
6
IR.Data/Class1.cs
Normal file
6
IR.Data/Class1.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace IR.Data;
|
||||
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
||||
9
IR.Data/IR.Data.csproj
Normal file
9
IR.Data/IR.Data.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