2023-04-21 22:02:02 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2023-11-27 10:26:16 +00:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2023-04-21 22:02:02 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-02-02 17:49:40 +00:00
|
|
|
<ProjectReference Include="..\..\..\src\bundles\Elsa\Elsa.csproj" />
|
2023-04-21 22:02:02 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|