Files
Examples/GerstITS.Examples.Api/GerstITS.Examples.Api.csproj
2025-10-12 15:06:35 +02:00

81 lines
3.5 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<Company>Gerst ITS</Company>
<Authors>Gerst ITS</Authors>
<Copyright>© 2025 Gerst ITS</Copyright>
<Authors>Gerst ITS</Authors>
<Product>Gerst ITS Examples Web Api</Product>
<Description>Exapmle Web Api</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>1591</NoWarn>
<DocumentationFile>bin\Release\net8.0\GerstITS.Example.Api.xml</DocumentationFile>
<OutputPath></OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<WarningsAsErrors />
<NoWarn>1591</NoWarn>
<DocumentationFile>bin\Release\net8.0\GerstITS.Example.Api.xml</DocumentationFile>
<OutputPath></OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GerstITS.Authentication.OpenId" Version="2025.9.2" />
<PackageReference Include="GerstITS.Common" Version="2025.9.3" />
<PackageReference Include="GerstITS.Data" Version="2025.9.2" />
<PackageReference Include="GerstITS.Data.EntityFramework" Version="2025.9.2" />
<PackageReference Include="GerstITS.IoC" Version="2025.3.6" />
<PackageReference Include="GerstITS.IoC.DotNetCore" Version="2025.9.2" />
<PackageReference Include="GerstITS.Job" Version="2025.8.1" />
<PackageReference Include="GerstITS.Job.Scheduling" Version="2025.9.2" />
<PackageReference Include="GerstITS.Mapping.AutoMapper" Version="2025.9.2" />
<PackageReference Include="GerstITS.Search" Version="2025.9.2" />
<PackageReference Include="GerstITS.System" Version="2025.9.3" />
<PackageReference Include="GerstITS.Validation" Version="2025.9.2" />
<PackageReference Include="GerstITS.Web" Version="2025.9.2" />
<PackageReference Include="GerstITS.Web.Api" Version="2025.9.2" />
<PackageReference Include="GerstITS.Web.Api.Swagger" Version="2025.10.1" />
<PackageReference Include="GerstITS.Web.Rest" Version="2025.9.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.9">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.0-rc.1.25451.107" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GerstITS.Examples.Jobs.SayHelloWorld\GerstITS.Examples.Jobs.SayHelloWorld.csproj" />
<ProjectReference Include="..\GerstITS.Examples.Logic\GerstITS.Examples.Logic.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectCapability Include="ConfigurableFileNesting" />
<ProjectCapability Include="ConfigurableFileNestingFeatureEnabled" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>
</Project>