2023-09-08 12:25:21 +03:30
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2023-09-15 12:37:02 +03:30
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Brizco.Core\Brizco.Core.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Models\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-09-08 12:25:21 +03:30
|
|
|
</Project>
|