Initial commit
This commit is contained in:
5
RecNet.Domain/Class1.cs
Normal file
5
RecNet.Domain/Class1.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace RecNet.Domain;
|
||||
|
||||
public class Class1
|
||||
{
|
||||
}
|
||||
9
RecNet.Domain/RecNet.Domain.csproj
Normal file
9
RecNet.Domain/RecNet.Domain.csproj
Normal file
@@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user