Spaces:
Paused
Paused
| <Project Sdk="Microsoft.NET.Sdk"> | |
| <ItemGroup> | |
| <ProjectReference Include="..\..\Application\Application.csproj" /> | |
| <ProjectReference Include="..\..\Entities\Entities.csproj" /> | |
| <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <PackageReference Include="Moq" Version="4.20.72" /> | |
| </ItemGroup> | |
| <PropertyGroup> | |
| <OutputType>Exe</OutputType> | |
| <TargetFramework>net10.0</TargetFramework> | |
| <ImplicitUsings>enable</ImplicitUsings> | |
| <Nullable>enable</Nullable> | |
| </PropertyGroup> | |
| </Project> | |