mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-13 19:21:08 +00:00
24 lines
882 B
XML
24 lines
882 B
XML
![]() |
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>net7.0</TargetFramework>
|
||
|
<Nullable>enable</Nullable>
|
||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Elsa" Version="3.0.0-rc1" />
|
||
|
<PackageReference Include="Elsa.EntityFrameworkCore" Version="3.0.0-rc1" />
|
||
|
<PackageReference Include="Elsa.EntityFrameworkCore.Sqlite" Version="3.0.0-rc1" />
|
||
|
<PackageReference Include="Elsa.Http" Version="3.0.0-rc1" />
|
||
|
<PackageReference Include="Elsa.Identity" Version="3.0.0-rc1" />
|
||
|
<PackageReference Include="Elsa.Workflows.Api" Version="3.0.0-rc1" />
|
||
|
<PackageReference Include="Elsa.Workflows.Designer" Version="3.0.0-rc1" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\Elsa.SemanticKernel\Elsa.SemanticKernel.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|