PlanTempusApp/PlanTempus.Components/PlanTempus.Components.csproj

25 lines
636 B
XML
Raw Normal View History

2025-03-03 00:42:20 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Core\PlanTempus.Core.csproj" />
</ItemGroup>
<ItemGroup>
2025-03-03 17:40:16 +01:00
<Folder Include="Users\Delete\" />
<Folder Include="Users\Update\" />
2025-03-03 00:42:20 +01:00
<Folder Include="Organizations\Delete\" />
<Folder Include="Organizations\Update\" />
</ItemGroup>
2025-03-04 17:13:02 +01:00
<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.11.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.3.0" />
</ItemGroup>
2025-03-03 00:42:20 +01:00
</Project>