52 lines
1.9 KiB
XML
52 lines
1.9 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<Company>Gerst ITS</Company>
|
|
<Authors>Gerst ITS</Authors>
|
|
<Copyright>© 2025 Gerst ITS</Copyright>
|
|
<Product>Gerst ITS Examples logic</Product>
|
|
<Description>Exapmle Logic.</Description>
|
|
<Version>0.0.0.0</Version>
|
|
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
|
<AssemblyInformationalVersion>0.0.0.0</AssemblyInformationalVersion>
|
|
<FileVersion>0.0.0.0</FileVersion>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
|
<WarningsAsErrors />
|
|
<NoWarn />
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
|
<WarningsAsErrors />
|
|
<NoWarn />
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AutoMapper" Version="13.0.1" />
|
|
<PackageReference Include="FluentValidation" Version="11.11.0" />
|
|
<PackageReference Include="GerstITS.Data" Version="2025.1.10" />
|
|
<PackageReference Include="GerstITS.IoC" Version="2025.1.10" />
|
|
<PackageReference Include="GerstITS.IoC.DotNetCore" Version="2025.1.10" />
|
|
<PackageReference Include="GerstITS.Mapping.AutoMapper" Version="2025.1.10" />
|
|
<PackageReference Include="GerstITS.Search" Version="2025.1.10" />
|
|
<PackageReference Include="GerstITS.Validation" Version="2025.1.10" />
|
|
<PackageReference Include="GerstITS.Web.Api" Version="2025.1.10" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectCapability Include="ConfigurableFileNesting" />
|
|
<ProjectCapability Include="ConfigurableFileNestingFeatureEnabled" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|