autogen/dotnet/samples/WorkflowsApp/WorkflowsApp.csproj

30 lines
1.3 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Elsa.EntityFrameworkCore" />
<PackageReference Include="Elsa.EntityFrameworkCore.Sqlite" />
<PackageReference Include="Elsa.Identity" />
<PackageReference Include="Elsa" />
<PackageReference Include="Elsa.Http" />
<PackageReference Include="Elsa.Workflows.Api" />
<PackageReference Include="Elsa.Workflows.Core" />
<PackageReference Include="Elsa.Workflows.Management" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" />
<PackageReference Include="Microsoft.Extensions.Hosting" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" />
<PackageReference Include="AspNetCore.Authentication.ApiKey" />
<PackageReference Include="Microsoft.Extensions.Http.Resilience" />
<PackageReference Include="Elsa.Workflows.Designer" />
<PackageReference Include="Microsoft.SemanticKernel" />
</ItemGroup>
</Project>