Sam Therapy
1037449e18
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
346 B
XML
16 lines
346 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\BirdsiteLive.Domain\BirdsiteLive.Domain.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Actions\" />
|
|
<Folder Include="Processors\" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|