Spaces:
No application file
No application file
| <Project Sdk="Microsoft.NET.Sdk"> | |
| <PropertyGroup> | |
| <TargetFramework>net8.0</TargetFramework> | |
| <Nullable>enable</Nullable> | |
| <ImplicitUsings>enable</ImplicitUsings> | |
| <RootNamespace>OptimAI.BRE.RuleEngine</RootNamespace> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.1" /> | |
| <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.1" /> | |
| <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.2" /> | |
| <PackageReference Include="EFCore.NamingConventions" Version="8.0.3" /> | |
| <PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.1" /> | |
| <PackageReference Include="StackExchange.Redis" Version="2.7.17" /> | |
| <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> | |
| <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ProjectReference Include="..\OptimAI.BRE.Shared\OptimAI.BRE.Shared.csproj" /> | |
| </ItemGroup> | |
| </Project> | |