Initial commit
This commit is contained in:
commit
3926db5446
86 changed files with 75390 additions and 0 deletions
13
CSR.Infrastructure/CSR.Infrastructure.csproj
Normal file
13
CSR.Infrastructure/CSR.Infrastructure.csproj
Normal file
|
@ -0,0 +1,13 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\CSR.Application\CSR.Application.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
6
CSR.Infrastructure/Class1.cs
Normal file
6
CSR.Infrastructure/Class1.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace CSR.Infrastructure;
|
||||
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue