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